Skip to content

Commit c374e21

Browse files
authored
Fix typo (pointfreeco#43)
1 parent 2dbe77c commit c374e21

File tree

1 file changed

+1
-1
lines changed
  • Sources/SwiftUINavigation/Documentation.docc/Articles

1 file changed

+1
-1
lines changed

Sources/SwiftUINavigation/Documentation.docc/Articles/Bindings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Notice that we store the focus as a `@Published` property in the model rather th
3737
This is because `@FocusState` only works when installed directly in a view. It cannot be used in
3838
an observable object.
3939

40-
You can implement the view as you would normally, except you must also us `@FocusState` for the
40+
You can implement the view as you would normally, except you must also use `@FocusState` for the
4141
focus _and_ use the `bind` helper to make sure that changes to the model's focus are replayed to
4242
the view, and vice versa.
4343

0 commit comments

Comments
 (0)