We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc17b0 commit d73285cCopy full SHA for d73285c
1 file changed
src/routes/concepts/context.mdx
@@ -99,7 +99,7 @@ export const App = () => (
99
## Customizing Context Utilities
100
101
When an application contains multiple context objects, it can be difficult to keep track of which context object is being used.
102
-To solve this issue, you can create a custom utilities to create a more readable way to access the context values.
+To solve this issue, you can create a custom utility to create a more readable way to access the context values.
103
104
For example, when wrapping a component tree, you may want to create a custom `Provider` component that can be used to wrap the component tree.
105
This also provides you with the option of re-using the `Provider` component in other parts of your application, if needed.
0 commit comments