Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Docs: Fixed typo in key-spacing rule doc (#9987)
  • Loading branch information
Jaid authored and not-an-aardvark committed Feb 20, 2018
1 parent 7c2cd70 commit 3e99363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/key-spacing.md
Expand Up @@ -16,7 +16,7 @@ This rule has an object option:
* `"afterColon": true (default) | false`
* `true`: requires at least one space between the colon and the value in object literals.
* `false`: disallows spaces between the colon and the value in object literals.
* `"mode": "strict" (default) | "miniumum"`
* `"mode": "strict" (default) | "minimum"`
* `"strict"`: enforces exactly one space before or after colons in object literals.
* `"minimum"`: enforces one or more spaces before or after colons in object literals.
* `"align": "value" | "colon"`
Expand Down

0 comments on commit 3e99363

Please sign in to comment.