Skip to content

Commit

Permalink
Fix some words on the don't section.
Browse files Browse the repository at this point in the history
  • Loading branch information
guastallaigor committed Apr 25, 2018
1 parent 02c60b5 commit 0fcc607
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ If you wish to maintain a code pattern throughout your entire project, with clea
## DON'T

* Declare global mixins;
* Use a `div` as an actual `div` using [Pug](https://github.com/pugjs/pug), create a class or id instead;
* Use v-bind, use the short term (:);
* Use v-on, use the short term (@);
* Use `style`, `height`, `width`, and other __static__ attribute tags inside them directly, create a class instead;
* Use v-bind. Instead, use the short term (:);
* Use v-on. Instead, use the short term (@);
* Use a `div` as an actual `div` using [Pug](https://github.com/pugjs/pug). Create a class or id instead;
* Use `style`, `height`, `width`, and other __static__ attribute tags inside them directly. Create a class instead;
* Use [jQuery](https://jquery.com/).

### Code Style Recommended
Expand Down

0 comments on commit 0fcc607

Please sign in to comment.