docs: added missing verb in 'footer.mdx' paragraph

This commit is contained in:
Abed Al Ghani Shaaban 2024-12-06 00:17:10 +02:00 committed by GitHub
parent b5652b8e36
commit 7f6bc84ae5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(<App />);
```
```