Skip to content

Commit

Permalink
Update nextjs typo (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
herrethan authored Jan 11, 2024
1 parent 4da3c57 commit c1f14b6
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

2 comments on commit c1f14b6

@vercel
Copy link

@vercel vercel bot commented on c1f14b6 Jan 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

markdoc-simple-nextjs – ./examples/simple-nextjs

markdoc-simple-nextjs.vercel.app
markdoc-simple-nextjs-stripe.vercel.app
markdoc-simple-nextjs-git-main-stripe.vercel.app

@vercel
Copy link

@vercel vercel bot commented on c1f14b6 Jan 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

markdoc – ./

markdoc.vercel.app
markdoc-git-main-stripe.vercel.app
markdoc.io
www.markdoc.dev
markdoc.dev

Please sign in to comment.