Skip to content

Commit cab2ac6

Browse files
fix(docs): corrects typos in project documentation (#613)
1 parent d5abe47 commit cab2ac6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tutorials/Navigation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ This pattern should be chosen if any of the following apply:
150150

151151
1. You support Multipaltform targets with different UI frameworks, and you want to share the navigation logic between them. For example if you support Desktop with Compose UI, iOS with SwiftUI and/or JavaScript with React UI.
152152
2. You want to keep children running while in the back stack (stopped, but not destroyed).
153-
3. You are targetting Android and need instance retaining functionality in children (aka AndroidX [ViewModels](https://developer.android.com/topic/libraries/architecture/viewmodel)) and you want to hide this logic as implementation details.
153+
3. You are targeting Android and need instance retaining functionality in children (aka AndroidX [ViewModels](https://developer.android.com/topic/libraries/architecture/viewmodel)) and you want to hide this logic as implementation details.
154154
4. You want to keep the navigation logic (and probably the business logic) separate from UI.
155155

156156
The first point is quite obvious. If Compose is not the only UI you are using and you want to share the navigation logic, then it can not be managed by Compose.

tutorials/Swing_Integration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Integration Compose for Desktop into Swing-based aplication
1+
# Integration Compose for Desktop into Swing-based application
22

33
## What is covered
44

0 commit comments

Comments
 (0)