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

Commit f5f3000

Browse files
Merge pull request #112 from brittanyberlanga/patch-1
Fix Networking and Data Storage Step 5 Typo
2 parents 2e9ce89 + f051893 commit f5f3000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Networking and Data Storage with Kotlin Multiplatfrom Mobile/05_Configuring_SQLDelight_an_implementing_cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ actual class DatabaseDriverFactory {
130130

131131
We will create instances of these factories later in the code of the Android and iOS projects.
132132

133-
Hint! You can navigate throw `expect` declarations and `actual` realizations with the handy gutter:
133+
Hint! You can navigate through `expect` declarations and `actual` realizations with the handy gutter:
134134

135135
<img alt="Expect/Actual gutter" src="./assets/expect-actual.png" width="700">
136136

0 commit comments

Comments
 (0)