Skip to content

Commit 9f7635e

Browse files
Merge pull request charliekassel#425 from whoan/patch-1
Typos
2 parents 2b05854 + 66761c8 commit 9f7635e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ This allow us to use moment, date-fns, globalize or any other library to format
146146
```
147147

148148
## Disabled Dates
149-
Dates can disabled in a number of ways.
149+
Dates can be disabled in a number of ways.
150150

151151
``` html
152152
<script>
@@ -186,7 +186,7 @@ var state = {
186186

187187
## Highlight Dates
188188
Dates can be highlighted (e.g. for marking an appointment) in a number of ways. Important: You can only highlight dates, that aren't disabled.
189-
Note: Both `to` and `from` properties are require to define a range of dates to highlight
189+
Note: Both `to` and `from` properties are required to define a range of dates to highlight
190190

191191
``` html
192192
<script>

0 commit comments

Comments
 (0)