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

Commit 61e9724

Browse files
authored
Update 01_Introduction.md
Typo
1 parent af70c9f commit 61e9724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Full Stack Web App with Kotlin Multiplatform/01_Introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ We'll use this information to order the shopping list.
3131
![](/assets/finished.gif)
3232

3333
There's a lot ahead of us! First, we need to build a small backend that serves a JSON API. Then, we need to build our web interface which consumes that API.
34-
An a bonus, we'll also expand the server of the application to include a proper database, making data persistent across multiple reloads and restarts of the application.
34+
As a bonus, we'll also expand the server of the application to include a proper database, making data persistent across multiple reloads and restarts of the application.
3535

3636
We'll also talk about how to deploy the shopping list to a cloud provider in the last chapter (so that while we're standing in the supermarket, the app will still be available).
3737

0 commit comments

Comments
 (0)