Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
Fix typo in whitespace rule enum (#1468)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Pacała authored and jkillian committed Aug 9, 2016
1 parent 2cfdd33 commit 91a67e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/whitespaceRule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class Rule extends Lint.Rules.AbstractRule {
items: {
type: "string",
enum: ["check-branch", "check-decl", "check-operator", "check-module",
"check-seperator", "check-type", "check-typecast"],
"check-separator", "check-type", "check-typecast"],
},
minLength: 0,
maxLength: 7,
Expand Down

0 comments on commit 91a67e5

Please sign in to comment.