Skip to content

Commit c77bd53

Browse files
authored
fix: Fix typo in multiplatform intro (JetBrains#2324)
1 parent e333e95 commit c77bd53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/topics/mpp/mpp-intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Support for multiplatform programming is one of Kotlin’s key benefits. It reduces time spent writing and maintaining the
88
same code for [different platforms](mpp-supported-platforms.md) while retaining the flexibility and benefits of native programming.
9-
Learn more about [Kotlin Mutliplatform benefits](multiplatform.md).
9+
Learn more about [Kotlin Multiplatform benefits](multiplatform.md).
1010

1111
With Kotlin Multiplatform, share the code using the mechanisms Kotlin provides:
1212

@@ -36,4 +36,4 @@ Android and iOS). It also shows how to write tests which will be executed on all
3636
* [Building a Full Stack Web App with Kotlin Multiplatform](https://play.kotlinlang.org/hands-on/Full%20Stack%20Web%20App%20with%20Kotlin%20Multiplatform/01_Introduction)
3737
teaches the concepts behind building an application that targets Kotlin/JVM and Kotlin/JS by building a client-server
3838
application that makes use of shared code, serialization, and other multiplatform paradigms. It also provides a brief
39-
introduction to working with Ktor both as a server- and client-side framework.
39+
introduction to working with Ktor both as a server- and client-side framework.

0 commit comments

Comments
 (0)