Skip to content

Commit e8154fb

Browse files
committed
chor: fix typo
1 parent 14aa004 commit e8154fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/postclone.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function askPluginName() {
9797
}
9898

9999
function generateClassName() {
100-
// the class name becomes 'GoogleMaps' when plugin_name is 'google_maps'
100+
// the class_name becomes 'GoogleMaps' when plugin_name is 'google-maps'
101101
class_name = "";
102102
var plugin_name_parts = inputParams.plugin_name.split("-");
103103
for (var p in plugin_name_parts) {

0 commit comments

Comments
 (0)