Skip to content

Commit

Permalink
Documentation: Fixed a small typo. (#2723)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonCox authored Jan 24, 2024
1 parent 969b573 commit d3a9465
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ few bugs in `NavigationStack`, but on average it is a lot more stable.

#### Cons of stack-based navigation

* Stack-based navigation is not a concise tool. It makes it possible to expressive navigation
* Stack-based navigation is not a concise tool. It makes it possible to express navigation
paths that are completely non-sensical. For example, even though it only makes sense to navigate
to an edit screen from a detail screen, in a stack it would be possible to present the features
in the reverse order:
Expand Down

0 comments on commit d3a9465

Please sign in to comment.