From 6f27a519b8f52b657619e0b7d5d526470e5d8969 Mon Sep 17 00:00:00 2001 From: Cedric Kalista Date: Wed, 6 Jan 2016 17:30:32 +0000 Subject: [PATCH] Fix small typo in documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 924b731..e1b84ba 100644 --- a/README.md +++ b/README.md @@ -375,7 +375,7 @@ Options: comments: [";", "@"] ``` - __separators__ - _String_ | _Array_ - Allows you to add additional separator tokens. The token must be a single printable non-whitespae ascii character. If the `strict` option is not set, the tokens `=` and `:` are parsed as comment tokens. + Allows you to add additional separator tokens. The token must be a single printable non-whitespae ascii character. If the `strict` option is not set, the tokens `=` and `:` are parsed as separator tokens. ```javascript separators: "-"