From cfd79c87a6ec1914207a2f1b41aa9358e7edd88f Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Tue, 30 Aug 2022 17:47:01 +0200 Subject: [PATCH] Minor: fix spelling in the comment --- buildSrc/src/main/kotlin/YarnAndNpmSupressor.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/YarnAndNpmSupressor.kt b/buildSrc/src/main/kotlin/YarnAndNpmSupressor.kt index e1e3947121d..292368ac3b9 100644 --- a/buildSrc/src/main/kotlin/YarnAndNpmSupressor.kt +++ b/buildSrc/src/main/kotlin/YarnAndNpmSupressor.kt @@ -31,7 +31,7 @@ private val allowImplicitDependOnNpmForTasks = setOf("compileTestKotlinJs", "com * Kotlin JS gradle plugin implicitly define dependency to installing NPM and Yarn * https://youtrack.jetbrains.com/issue/KT-53687/Dont-trigger-npm-and-yarn-related-tasks-if-it-not-relevant-for-assemble * We would like to explicitly disable this behaviour for kotlin standard library publication as it's shouldn't be needed but make the - * build slower, make it less stable, generated additional traiffic, make the build less secure and so on. + * build slower, make it less stable, generated additional traffic, make the build less secure and so on. * * Implemented by manually removing dependencies set by Kotlin Gradle Plugin. */