mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
docs: fix minor grammar and spellings (#7039)
This commit is contained in:
parent
7d2b6f3374
commit
84fd13e872
3 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@ function App() {
|
|||
|
||||
Since _Excalidraw_ doesn't support server side rendering, you should render the component once the host is `mounted`.
|
||||
|
||||
The following worfklow shows one way how to render Excalidraw on Next.js. We'll add more detailed and alternative Next.js examples, soon.
|
||||
The following workflow shows one way how to render Excalidraw on Next.js. We'll add more detailed and alternative Next.js examples, soon.
|
||||
|
||||
```jsx showLineNumbers
|
||||
import { useState, useEffect } from "react";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue