From 2886f48795eaf2c20ededb17f4ee4d9eaa6fbe8d Mon Sep 17 00:00:00 2001 From: Louis CAD Date: Fri, 11 Sep 2020 01:32:57 +0200 Subject: [PATCH] Improve spelling in Kotlin Test module's README.md --- js/npm/templates/kotlin-test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/npm/templates/kotlin-test/README.md b/js/npm/templates/kotlin-test/README.md index 3ba84e57c9e..0ff0fe786d7 100644 --- a/js/npm/templates/kotlin-test/README.md +++ b/js/npm/templates/kotlin-test/README.md @@ -1,6 +1,6 @@ # Kotlin Test -Module `kotlin-test` is used by the [Kotlin/JS](https://kotlinlang.org/docs/tutorials/javascript/kotlin-to-javascript/kotlin-to-javascript.html) +The `kotlin-test` module is used by the [Kotlin/JS](https://kotlinlang.org/docs/tutorials/javascript/kotlin-to-javascript/kotlin-to-javascript.html) compiler output for performing assertions in tests, independently of the test framework being used. The library includes out-of-the-box support for [Jasmine](https://jasmine.github.io/),