[Gradle, JS] Fix typo

^KT-40527 fixed
This commit is contained in:
Ilya Goncharov
2020-07-20 19:10:17 +03:00
parent e8dfc4dcd0
commit 4de31da0f3
@@ -97,7 +97,7 @@ open class JsSinglePlatformModuleConfigurator : JSConfigurator, ModuleConfigurat
override val suggestedModuleName = "js"
@NonNls
override val id = "jsSinglepaltform"
override val id = "jsSinglePlatform"
override val text = KotlinNewProjectWizardBundle.message("module.configurator.js")
override fun defaultTestFramework(): KotlinTestFramework = KotlinTestFramework.JS