Browse Source

fix(docs): corrects typos in project documentation (#613)

pull/620/head 0.4.0-build185
Jeffrey 3 years ago committed by GitHub
parent
commit
cab2ac642e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tutorials/Navigation/README.md
  2. 2
      tutorials/Swing_Integration/README.md

2
tutorials/Navigation/README.md

@ -150,7 +150,7 @@ This pattern should be chosen if any of the following apply:
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.
2. You want to keep children running while in the back stack (stopped, but not destroyed).
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.
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.
4. You want to keep the navigation logic (and probably the business logic) separate from UI.
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.

2
tutorials/Swing_Integration/README.md

@ -1,4 +1,4 @@
# Integration Compose for Desktop into Swing-based aplication
# Integration Compose for Desktop into Swing-based application
## What is covered

Loading…
Cancel
Save