Skip to content

Commit 47f59b4

Browse files
committed
JS: fix typo
1 parent 3bd91bd commit 47f59b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • javascript/ql/src/semmle/javascript/frameworks

javascript/ql/src/semmle/javascript/frameworks/Babel.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module Babel {
6060
this = cfg.getPluginConfig(pluginName)
6161
}
6262

63-
/** Gets the name of the plugin begin installed. */
63+
/** Gets the name of the plugin being installed. */
6464
string getPluginName() {
6565
result = pluginName
6666
}

0 commit comments

Comments
 (0)