Skip to content

Commit

Permalink
Fixes another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tilmanschweitzer committed Dec 6, 2015
1 parent 050fb45 commit dcfff4a
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 @@ -186,7 +186,7 @@ These are rules designed to prevent you from making mistakes. They either prescr

## Deprecated Angular Features

There rules prevent you from using deprecated angular features.
These rules prevent you from using deprecated angular features.

* [no-cookiestore](docs/no-cookiestore.md) - use `$cookies` instead of `$cookieStore`
* [no-http-callback](docs/no-http-callback.md) - disallow the `$http` methods `success()` and `error()`
Expand Down

0 comments on commit dcfff4a

Please sign in to comment.