Skip to content

Commit

Permalink
Fixed typo (#2678)
Browse files Browse the repository at this point in the history
  • Loading branch information
SalvadorLekan authored and thegreatercurve committed Nov 25, 2022
1 parent 9dcc65e commit 17af2b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 3

# Theming

Lexical tries to make theming straight-forward, by proving a way of passing a customizable theming object that maps CSS class names to the editor on creation. Here's an example of a plain-text theme:
Lexical tries to make theming straight-forward, by providing a way of passing a customizable theming object that maps CSS class names to the editor on creation. Here's an example of a plain-text theme:

```js
const exampleTheme = {
Expand Down

0 comments on commit 17af2b6

Please sign in to comment.