We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b37c2b commit cd3f0d0Copy full SHA for cd3f0d0
exercises/04.context/02.problem.hook/index.tsx
@@ -59,7 +59,7 @@ function SearchParamsProvider({ children }: { children: React.ReactNode }) {
59
60
export function useSearchParams() {
61
const context = use(SearchParamsContext)
62
- // 🐨 if there's no context value, the throw an error with a helpful error message
+ // 🐨 if there's no context value, then throw an error with a helpful error message
63
return context
64
}
65
0 commit comments