From 7235837844068c25593bcbdbe8ce48607df1aba5 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Thu, 24 Nov 2022 11:28:00 -0700 Subject: [PATCH] fix: grammar --- errors/navigation-context-missing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/errors/navigation-context-missing.md b/errors/navigation-context-missing.md index 827b12f3b073af..bbd512086524a7 100644 --- a/errors/navigation-context-missing.md +++ b/errors/navigation-context-missing.md @@ -2,7 +2,7 @@ #### Why This Error Occurred -This can happen when you have components that are shared between `pages/` and `app/` or were trying to use the `next/navigation` hooks outside the `app/` directory. Situations where you also render components outside a Next.js application (like in unit tests) can also trigger this error. +This can happen when you have components that are shared between `pages/` and `app/` or were trying to use the `next/navigation` hooks outside the `app/` directory. Situations where you render components outside a Next.js application (like in unit tests) can also trigger this error. The following hooks can be affected by missing contexts: