From 4c7bdf543700a6b4efd38321eeae4b2f975c5ca4 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Mon, 6 Aug 2018 13:40:06 +0200 Subject: [PATCH] Minor, fix typos in ReadMe --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index a914afa5000..b2b8e671b67 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -155,7 +155,7 @@ Some of the code in the standard library is created by generating code from temp Also the [JavaScript back-end](https://github.com/JetBrains/kotlin/blob/master/js/ReadMe.md) could really use your help. See the [JavaScript contribution section](https://github.com/JetBrains/kotlin/blob/master/js/ReadMe.md) for more details. -If you want to contribute a new language feature, it is impotant to discuss it through a [KEEP](https://github.com/Kotlin/KEEP) first and get an approval from the langauge designers. This way you'll make sure your work will be in line with the overall language evolution plan and no other design decisions or considerations will block its acceptance. +If you want to contribute a new language feature, it is important to discuss it through a [KEEP](https://github.com/Kotlin/KEEP) first and get an approval from the language designers. This way you'll make sure your work will be in line with the overall language evolution plan and no other design decisions or considerations will block its acceptance. ## Submitting patches