Skip to content

Commit

Permalink
style: adjust comment
Browse files Browse the repository at this point in the history
  • Loading branch information
imtaotao committed Sep 22, 2023
1 parent 4e1241d commit ff4a8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PluginSystem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export class PluginSystem<T extends Record<string, unknown>> {
}

/**
* Determine whether a plug-in is registered.
* Determine whether a plugin is registered.
*/
isUsed(pluginName: string) {
assert(pluginName, 'Must provide a "name".');
Expand Down

0 comments on commit ff4a8e4

Please sign in to comment.