Skip to content

Commit d3a9465

Browse files
authored
Documentation: Fixed a small typo. (#2723)
1 parent 969b573 commit d3a9465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/Documentation.docc/Articles/WhatIsNavigation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ few bugs in `NavigationStack`, but on average it is a lot more stable.
274274

275275
#### Cons of stack-based navigation
276276

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

0 commit comments

Comments
 (0)