We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dbe77c commit c374e21Copy full SHA for c374e21
Sources/SwiftUINavigation/Documentation.docc/Articles/Bindings.md
@@ -37,7 +37,7 @@ Notice that we store the focus as a `@Published` property in the model rather th
37
This is because `@FocusState` only works when installed directly in a view. It cannot be used in
38
an observable object.
39
40
-You can implement the view as you would normally, except you must also us `@FocusState` for the
+You can implement the view as you would normally, except you must also use `@FocusState` for the
41
focus _and_ use the `bind` helper to make sure that changes to the model's focus are replayed to
42
the view, and vice versa.
43
0 commit comments