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

Commit c995cf0

Browse files
Merge pull request #150 from yuribreion1/patch-1
Remove duplicate words on the text
2 parents b9a62cc + b6d6bd5 commit c995cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Full Stack Web App with Kotlin Multiplatform/05_Building_the_Frontend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ child(
183183

184184
As the user submits their text, we create a new `ShoppingListItem`. Its priority is set to be the number of exclamation points in the input, and its description is the input with all exclamation points removed. This turns `Peaches!! 🍑` into a `ShoppingListItem(desc="Peaches 🍑", priority=2)`.
185185

186-
The generated `ShoppingListItem` gets sent to the server via the API client we built before. Lastly, we update the UI by by obtaining the new list of `ShoppingListItem`s from the server, updating our application state, and letting React do its re-rendering magic.
186+
The generated `ShoppingListItem` gets sent to the server via the API client we built before. Lastly, we update the UI by obtaining the new list of `ShoppingListItem`s from the server, updating our application state, and letting React do its re-rendering magic.
187187

188188
#### Crossing off items
189189

0 commit comments

Comments
 (0)