fix: typo in render page docs

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-04-11 17:23:27 +02:00
parent 29d137afbe
commit 6f17b2f554

View file

@ -10,7 +10,7 @@ import type { NextPage } from 'next'
import React from 'react' import React from 'react'
/** /**
* Renders the actual markdown renderer that receives the content and meta data via iframe communication. * Renders the actual markdown renderer that receives the content and metadata via iframe communication.
*/ */
export const RenderPage: NextPage = () => { export const RenderPage: NextPage = () => {
useApplyDarkMode() useApplyDarkMode()