From 7f6bc84ae5658e48c7cc36746fe583bc1c0cdb5c Mon Sep 17 00:00:00 2001 From: Abed Al Ghani Shaaban Date: Fri, 6 Dec 2024 00:17:10 +0200 Subject: [PATCH] docs: added missing verb in 'footer.mdx' paragraph --- .../@excalidraw/excalidraw/api/children-components/footer.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-docs/docs/@excalidraw/excalidraw/api/children-components/footer.mdx b/dev-docs/docs/@excalidraw/excalidraw/api/children-components/footer.mdx index 3831268f0..55a75f070 100644 --- a/dev-docs/docs/@excalidraw/excalidraw/api/children-components/footer.mdx +++ b/dev-docs/docs/@excalidraw/excalidraw/api/children-components/footer.mdx @@ -25,7 +25,7 @@ function App() { } ``` -This will only for `Desktop` devices. +This will only be for `Desktop` devices. For `mobile` you will need to render it inside the [MainMenu](#mainmenu). You can use the [`useDevice`](#useDevice) hook to check the type of device, this will be available only inside the `children` of `Excalidraw` component. @@ -65,4 +65,4 @@ const App = () => ( // Need to render when code is span across multiple components // in Live Code blocks editor render(); -``` \ No newline at end of file +```