Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.

Commit 360f53a

Browse files
Merge pull request #111 from jaythras/patch-1
Remove repeated word
2 parents 16a1f23 + 5ba1409 commit 360f53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Full Stack Web App with Kotlin Multiplatform/07_Deploying_to_the_Cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In order to get our application running on managed infrastructure (such as cloud
44

55
#### The PORT variable
66

7-
On managed platforms, the port on which the application should run is often determined externally, and exposed through the `PORT` environment variable. If present, we can can respect this setting by configuring our `embeddedServer` in `src/jvmMain/kotlin/Server.kt` like this:
7+
On managed platforms, the port on which the application should run is often determined externally, and exposed through the `PORT` environment variable. If present, we can respect this setting by configuring our `embeddedServer` in `src/jvmMain/kotlin/Server.kt` like this:
88

99
```kotlin
1010
fun main() {

0 commit comments

Comments
 (0)