mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
docs: fix typo (#6252)
This commit is contained in:
parent
b107c9af2a
commit
5acb99777a
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ Please add the latest change on the top under the correct section.
|
|||
- [`restoreElements`](https://docs.excalidraw.com/docs/@excalidraw/excalidraw/api/utils/restore#restoreelements) API now takes an optional parameter `opts` which currently supports the below attributes
|
||||
|
||||
```js
|
||||
{ refreshDimensions?: boolean, repair?: boolean }
|
||||
{ refreshDimensions?: boolean, repairBindings?: boolean }
|
||||
```
|
||||
|
||||
The same `opts` param has been added to [`restore`](https://docs.excalidraw.com/docs/@excalidraw/excalidraw/api/utils/restore#restore) API as well.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue