mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 18:56:32 -05:00
fix: typo in render page docs
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
29d137afbe
commit
6f17b2f554
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue