From a1c68d9f7e55c50976f44f7601f99f6d6e9b732b Mon Sep 17 00:00:00 2001 From: ValentineSokol <53806015+ValentineSokol@users.noreply.github.com> Date: Thu, 28 Sep 2023 14:00:19 +0300 Subject: [PATCH] Fix a typo in multiplatform.md --- docs/topics/multiplatform/multiplatform.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/multiplatform/multiplatform.md b/docs/topics/multiplatform/multiplatform.md index 9cec5e36e28..93866397524 100644 --- a/docs/topics/multiplatform/multiplatform.md +++ b/docs/topics/multiplatform/multiplatform.md @@ -17,7 +17,7 @@ while retaining the flexibility and benefits of native programming. ### Android and iOS applications -Sharing code between mobile platforms is a major Kotlin Multiplatform use cases. With Kotlin Multiplatform for mobile, +Sharing code between mobile platforms is a major Kotlin Multiplatform use case. With Kotlin Multiplatform for mobile, you can build cross-platform mobile applications that share code between Android and iOS to implement networking, data storage and data validation, analytics, computations, and other application logic.