We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14aa004 commit e8154fbCopy full SHA for e8154fb
src/scripts/postclone.js
@@ -97,7 +97,7 @@ function askPluginName() {
97
}
98
99
function generateClassName() {
100
- // the class name becomes 'GoogleMaps' when plugin_name is 'google_maps'
+ // the class_name becomes 'GoogleMaps' when plugin_name is 'google-maps'
101
class_name = "";
102
var plugin_name_parts = inputParams.plugin_name.split("-");
103
for (var p in plugin_name_parts) {
0 commit comments