Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/routes/concepts/context.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const App = () => (
## Customizing Context Utilities

When an application contains multiple context objects, it can be difficult to keep track of which context object is being used.
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.

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.
This also provides you with the option of re-using the `Provider` component in other parts of your application, if needed.
Expand Down
Loading