From ff4a8e4bcfee28091c2424d236e95c8ab7e6826f Mon Sep 17 00:00:00 2001 From: imtaotao Date: Sat, 23 Sep 2023 00:13:20 +0800 Subject: [PATCH] style: adjust comment --- src/PluginSystem.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PluginSystem.ts b/src/PluginSystem.ts index ca428cf..f31f60d 100644 --- a/src/PluginSystem.ts +++ b/src/PluginSystem.ts @@ -226,7 +226,7 @@ export class PluginSystem> { } /** - * Determine whether a plug-in is registered. + * Determine whether a plugin is registered. */ isUsed(pluginName: string) { assert(pluginName, 'Must provide a "name".');