Skip to content

Commit

Permalink
fix comment in code that was copied over from another
Browse files Browse the repository at this point in the history
  • Loading branch information
srobotta committed Apr 4, 2023
1 parent 943a46d commit 164930f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion amd/build/plugin.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion amd/src/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import {getSetup as getCommandSetup} from './commands';
import * as Configuration from './configuration';
import {register as registerOptions} from './options';

// Setup the tiny_bfhfontcolor Plugin.
// Setup the tiny_multilang2 plugin.
export default new Promise(async(resolve) => {
// Note: The PluginManager.add function does not support asynchronous configuration.
// Perform any asynchronous configuration here, and then call the PluginManager.add function.
Expand Down

0 comments on commit 164930f

Please sign in to comment.