Skip to content

Commit

Permalink
docs: Fix simple typo, acepted -> accepted (#58)
Browse files Browse the repository at this point in the history
There is a small typo in README.md.

Should read `accepted` rather than `acepted`.
  • Loading branch information
timgates42 committed Mar 28, 2020
1 parent 13ba7ee commit e506753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ All the display functions take an optional `refresh` argument that when set to `
Default Format
--------------

The `format()` function can be invoked without arguments, in which case a default format of ISO8601 defined by the moment.js library is used. If you want to set a different default, you can set the `MOMENT_DEFAULT_FORMAT` variable in the Flask configuration. Consult the [moment.js format documentation](http://momentjs.com/docs/#/displaying/format/) for a list of acepted tokens.
The `format()` function can be invoked without arguments, in which case a default format of ISO8601 defined by the moment.js library is used. If you want to set a different default, you can set the `MOMENT_DEFAULT_FORMAT` variable in the Flask configuration. Consult the [moment.js format documentation](http://momentjs.com/docs/#/displaying/format/) for a list of accepted tokens.

Internationalization
--------------------
Expand Down

0 comments on commit e506753

Please sign in to comment.