Skip to content

Commit

Permalink
README typo fix (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
faninv authored and gracew committed Apr 5, 2018
1 parent 528087c commit daeb290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The built-in configuration preset you get with `"extends": "tslint-react"` is se

- `jsx-alignment`
- Enforces a consistent style for multiline JSX elements which promotes ease of editing via line-wise manipulations
as well as maintainabilty via small diffs when changes are made.
as well as maintainability via small diffs when changes are made.
```ts
// Good:
const element = <div
Expand Down

0 comments on commit daeb290

Please sign in to comment.