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 f6f57d5e06
commit 2b35762269
No known key found for this signature in database
GPG key ID: 42498463316F048B

View file

@ -10,7 +10,7 @@ import type { NextPage } from 'next'
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 = () => {
useApplyDarkMode()