Skip to content

Commit

Permalink
fix: make comment more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurkale22 committed Aug 2, 2019
1 parent aac7132 commit 4e13f69
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ export class PluginLoader {
* {@link Plugin} interface and export an instance named as 'plugin'. This
* function will attach a hook to be called the first time the module is
* loaded.
* @param pluginConfig an object to configure the plugin.
* @param pluginConfig an object whose keys are plugin names and whose
* boolean values indicate whether to enable the plugin.
*/
load(pluginConfig: PluginConfig): PluginLoader {
if (this._hookState === HookState.UNINITIALIZED) {
Expand Down

0 comments on commit 4e13f69

Please sign in to comment.