Skip to content

Commit

Permalink
Update nextjs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
herrethan authored Jan 11, 2024
1 parent 4da3c57 commit 60e0058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/nextjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 60e0058

Please sign in to comment.