Skip to content

Commit

Permalink
Fix typo in alignRule options description (palantir#4165)
Browse files Browse the repository at this point in the history
  • Loading branch information
joechung-msft authored and johnwiseheart committed Sep 21, 2018
1 parent e19d3b7 commit a5fdfe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/alignRule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class Rule extends Lint.Rules.AbstractRule {
* \`"${OPTION_STATEMENTS}"\` checks alignment of statements.
* \`"${OPTION_MEMBERS}"\` checks alignment of members of classes, interfaces, type literal, object literals and
object destructuring.
* \`"${OPTION_ELEMENTS}"\` checks alignment of elements of array iterals, array destructuring and tuple types.`,
* \`"${OPTION_ELEMENTS}"\` checks alignment of elements of array literals, array destructuring and tuple types.`,
options: {
type: "array",
items: {
Expand Down

0 comments on commit a5fdfe5

Please sign in to comment.