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

Commit

Permalink
Fix typo (#3910)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxh0 authored and jkillian committed May 15, 2018
1 parent 13723b5 commit d04d026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/memberOrderingRule.ts
Expand Up @@ -136,7 +136,7 @@ export class Rule extends Lint.Rules.AbstractRule {
A consistent ordering for class members can make classes easier to read, navigate, and edit.
A common opposite practice to \`member-ordering\` is to keep related groups of classes together.
Instead of creating clases with multiple separate groups, consider splitting class responsibilities
Instead of creating classes with multiple separate groups, consider splitting class responsibilities
apart across multiple single-responsibility classes.
`,
optionsDescription,
Expand Down

0 comments on commit d04d026

Please sign in to comment.