mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
docs: added missing verb in 'footer.mdx' paragraph
This commit is contained in:
parent
b5652b8e36
commit
7f6bc84ae5
1 changed files with 2 additions and 2 deletions
|
@ -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 />);
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue