Skip to content

Commit

Permalink
Grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed May 17, 2016
1 parent 84ff893 commit 239497f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Modifiers.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Modifiers give you the full control over the appearance and the behavior of the date picker. You use modifiers to implement the different logic according to your data.

Modifiers are _named functions_ called when rendering a day cell. They take the day as first argument and return a boolean value. For example, those functions are valid modifiers:
Modifiers are _named functions_ called when rendering a day cell. They take the day as first argument and return a boolean value. For example, these functions are valid modifiers:

```js
function isSunday(day) {
Expand Down

0 comments on commit 239497f

Please sign in to comment.