Skip to content

Commit

Permalink
Fix typo (#2925)
Browse files Browse the repository at this point in the history
properies was used instead of properties
  • Loading branch information
tjaartvanderWalt authored and thegreatercurve committed Nov 25, 2022
1 parent a7ce4ce commit 3ac2059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexical-website/docs/getting-started/theming.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const editor = createEditor({
});
```

Many of the Lexical's core nodes also accept theming properies. Here's a more comprehensive theming object:
Many of the Lexical's core nodes also accept theming properties. Here's a more comprehensive theming object:

```js
const exampleTheme = {
Expand Down

0 comments on commit 3ac2059

Please sign in to comment.