Skip to content

Commit 7f561c7

Browse files
chore: added hyphenate to cross-platform word and removed from multiplatform word
1 parent 99fce8f commit 7f561c7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

data/events.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ p>Nacido en Madrid y criado bajo olivos en mitad de Extremadura, Daniel lleva 4
180180
<url>https://fosdem.org/2021/schedule/event/compose_for_desktop/</url>
181181
<description>
182182
<![CDATA[
183-
<p>Developing for multi-platform is picking up speed as the Kotlin Multi-Platform gets better with every release. That mostly means that shared logic is being written in Kotlin which can then be targeted to many target platforms. Up until recently it wasn't easy to develop UI for multiple platforms on the Desktop side. That is changing with the introduction of Compose for Desktop, which will allow building application UI for Linux, macOS and Windows.</p>
183+
<p>Developing for multiplatform is picking up speed as the Kotlin Multiplatform gets better with every release. That mostly means that shared logic is being written in Kotlin which can then be targeted to many target platforms. Up until recently it wasn't easy to develop UI for multiple platforms on the Desktop side. That is changing with the introduction of Compose for Desktop, which will allow building application UI for Linux, macOS and Windows.</p>
184184
<p>In this session you will get to understand what is Compose for Desktop, how does it work and how can you jump right into building for multiple platforms opening up the vast domains other than the mobile.</p>
185185
]]>
186186
</description>
@@ -1163,7 +1163,7 @@ As a library author, maintaining a clean API is a challenge. There is always the
11631163
<url>https://team.cft.ru/events/1</url>
11641164
<description>
11651165
<![CDATA[
1166-
<p>Progress of coroutines in cross platform client development</p>
1166+
<p>Progress of coroutines in cross-platform client development</p>
11671167
]]>
11681168
</description>
11691169
</event>

docs/topics/whatsnew12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ expect fun hello(world: String): String
3232

3333
fun greet() {
3434
// usage of the expected API:
35-
val greeting = hello("multi-platform world")
35+
val greeting = hello("multiplatform world")
3636
println(greeting)
3737
}
3838

pages/community/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ Have a question? [Contact us](mailto:kug@jetbrains.com)
5959
* **86** countries
6060
{:.community-numbers-right}
6161

62-
This is a series of community-led events, where you can learn the essentials and best practices of Kotlin in Android, Google Cloud Platform, and multi-platform development
62+
This is a series of community-led events, where you can learn the essentials and best practices of Kotlin in Android, Google Cloud Platform, and multiplatform development

templates/inc/pages/index/why-section.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h3 class="kto-heading kto-heading_size_hero">A productive way to write server&#
4949
<h3 class="kto-heading kto-heading_size_hero">Natural way to share code between mobile platforms</h3>
5050
<img class="kotlin-why-section__media kotlin-why-section__media_type_why" alt="Mobile platforms Feature" src="/assets/images/index/mobile-platforms.svg" width="100%">
5151
<p class="kto-text kto-text_size_m">
52-
Write the business logic for iOS and Android apps just once. 
Easily make existing applications cross platform.
52+
Write the business logic for iOS and Android apps just once. 
Easily make existing applications cross-platform.
5353
</p>
5454
<a class="kto-button kto-button_size_l kto-button_mode_outline" href="https://kotlinlang.org/lp/mobile/" target="_blank">
5555
Browse KMM →

0 commit comments

Comments
 (0)