Skip to content

Commit 18c641b

Browse files
Update wording
1 parent 752afd5 commit 18c641b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Writerside/topics/Migrating-from-K1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ It is also possible to declare compatibility with *only* the K2 mode:
457457
Currently, the default setting for `supportsK1` is `true` and for `supportsK2` is `false`.
458458

459459
A number of third-party plugins may already be enabled in the K2 mode without a `supportsK2` declaration. The IntelliJ
460-
Kotlin plugin keeps an [internal whitelist](https://github.com/JetBrains/intellij-community/blob/master/platform/core-impl/resources/pluginsCompatibleWithK2Mode.txt)
460+
Kotlin plugin keeps an [internal list](https://github.com/JetBrains/intellij-community/blob/master/platform/core-impl/resources/pluginsCompatibleWithK2Mode.txt)
461461
of plugins which are known to be compatible with the K2 mode as they do not use Kotlin analysis. The authors of these
462-
plugins should not be surprised if their plugin already works in K2 mode. However, it's still advised to declare K2
462+
plugins should not be surprised if their plugin already works in the K2 mode. However, it's still advised to declare K2
463463
support explicitly.

0 commit comments

Comments
 (0)