[Gradle, JS] Fix grammar on comment

This commit is contained in:
Ilya Goncharov
2020-06-02 14:59:22 +03:00
parent e9e850ad8f
commit bc4d7e0020
@@ -98,7 +98,7 @@ open class KotlinJsProjectExtension :
// target is public property
// Users can write kotlin.target and it should work
// So call of target should init default canfiguration
// So call of target should init default configuration
internal var _target: KotlinJsTargetDsl? = null
private set