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".');