From aafb8473e95db8131db449ff617c0341841bcd94 Mon Sep 17 00:00:00 2001 From: Kirill Shmakov Date: Mon, 4 Feb 2019 10:00:43 +0300 Subject: [PATCH] Correct typo --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index fee2e4ef0e3..0298777cd20 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -83,7 +83,7 @@ Refer to [libraries/ReadMe.md](libraries/ReadMe.md) for details. ### Building for different versions of IntelliJ IDEA and Android Studio -Kotlin plugin is indented to work with several recent versions of IntelliJ IDEA and Android Studio. Each platform is allowed to have a different set of features and might provide a slightly different API. Instead of using several parallel Git branches, project stores everything in a single branch, but files may have counterparts with version extensions (\*.as32, \*.172, \*.181). The primary file is expected to be replaced with its counterpart when targeting non-default platform. +Kotlin plugin is intended to work with several recent versions of IntelliJ IDEA and Android Studio. Each platform is allowed to have a different set of features and might provide a slightly different API. Instead of using several parallel Git branches, project stores everything in a single branch, but files may have counterparts with version extensions (\*.as32, \*.172, \*.181). The primary file is expected to be replaced with its counterpart when targeting non-default platform. More detailed description of this scheme can be found at https://github.com/JetBrains/bunches/blob/master/ReadMe.md.