From 60e0058745d890320dd0d097437d6871f3773da6 Mon Sep 17 00:00:00 2001 From: Ethan Herr Date: Thu, 11 Jan 2024 14:37:50 -0500 Subject: [PATCH] Update nextjs typo --- pages/docs/nextjs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/nextjs.md b/pages/docs/nextjs.md index 67bd3f24..c75e701d 100644 --- a/pages/docs/nextjs.md +++ b/pages/docs/nextjs.md @@ -266,7 +266,7 @@ export default function App({ Component, pageProps }) { ## Comments -You can use add comments to your Next.js content by passing `allowComments` to the Markdoc tokenizer: +You can add comments to your Next.js content by passing `allowComments` to the Markdoc tokenizer: ```js const withMarkdoc = require('@markdoc/next.js');