From 2b35762269ff47a824d208fdf26e46dcbf3bd70f Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Tue, 11 Apr 2023 17:23:27 +0200 Subject: [PATCH] fix: typo in render page docs Signed-off-by: Tilman Vatteroth --- frontend/src/pages/render.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/render.tsx b/frontend/src/pages/render.tsx index 9ed8c8937..b25dc1798 100644 --- a/frontend/src/pages/render.tsx +++ b/frontend/src/pages/render.tsx @@ -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()