Skip to content

Commit

Permalink
feat: Little improvement in wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
vxern committed Jan 3, 2025
1 parent 395cf28 commit 417c640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/library/stores/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class PluginStore {
return;
}

this.log.info(`Found ${filenames.length} plugins. Loading...`);
this.log.info(`Found ${filenames.length} plugin(s). Loading...`);

await Promise.all(filenames.map((filename) => this.#loadPlugin(filename)));

Expand Down

0 comments on commit 417c640

Please sign in to comment.