From 874a4441cc91487784279777aa83508b01d129de Mon Sep 17 00:00:00 2001 From: Valentin Palkovic Date: Wed, 1 Nov 2023 08:27:54 +0100 Subject: [PATCH] Docs: Fix formatting --- docs/snippets/react/document-screen-fetch-ts.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/snippets/react/document-screen-fetch-ts.mdx b/docs/snippets/react/document-screen-fetch-ts.mdx index 5286bf2003ee..f0e9a4d233d8 100644 --- a/docs/snippets/react/document-screen-fetch-ts.mdx +++ b/docs/snippets/react/document-screen-fetch-ts.mdx @@ -53,4 +53,5 @@ export function DocumentScreen() { ); -} \ No newline at end of file +} +```