From cea6834fef54da59fc1692d1db0221b93793238f Mon Sep 17 00:00:00 2001 From: Jacky Zhao <j.zhao2k19@gmail.com> Date: Wed, 09 Aug 2023 07:26:33 +0000 Subject: [PATCH] profiling, better concurrency heuristics --- content/advanced/making plugins.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/content/advanced/making plugins.md b/content/advanced/making plugins.md index a73069e..d2db67e 100644 --- a/content/advanced/making plugins.md +++ b/content/advanced/making plugins.md @@ -2,7 +2,7 @@ title: Making your own plugins --- -This part of the documentation will assume you have some basic coding knowledge and will include code snippets that describe the interface of what Quartz plugins should look like. +This part of the documentation will assume you have some basic coding knowledge in TypeScript and will include code snippets that describe the interface of what Quartz plugins should look like. ![[quartz-transform-pipeline.png]] -- Gitblit v1.10.0