Skip to content

Commit

Permalink
fix(docs): typo in property name (#1442)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzek69 authored Apr 21, 2022
1 parent 2269b14 commit c4f699e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/basics/modifiers.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ You can change the current date using the `today` prop.

Add new modifiers according to your app’s requirements. For example, a booking app may use a `booked` modifier to mark days as already booked.

Use the `modifiers` prop to pass an object with custom modifiers and their matcher. Change the inline-style of the cell with `modifiersStyles` or with `modifiersClassName`.
Use the `modifiers` prop to pass an object with custom modifiers and their matcher. Change the inline-style of the cell with `modifiersStyles` or with `modifiersClassNames`.

```include-example
modifiers-custom
Expand Down

0 comments on commit c4f699e

Please sign in to comment.