Skip to content

Commit

Permalink
Merge pull request #19 from Netcentric/kwin-typo-in3.3
Browse files Browse the repository at this point in the history
Update README.md to make 3.3 clearer (also fixes one typo)
  • Loading branch information
Erik Grijzen authored Feb 6, 2017
2 parents b83ee0c + 4c48813 commit 578d9be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ A style guide for the [HTML Template Language](https://docs.adobe.com/docs/en/ht
</section>
```

- [3.3](#3.3) <a name='3.3'></a> **Don't write unecessary expressions.**
- [3.3](#3.3) <a name='3.3'></a> **Don't write unnecessary expressions for literals.**

It might sound obvious, but an expression with just a string inside equals just that string.
It might sound obvious, but an expression with just a string literal inside equals just that string literal.

```html
<!--/* Bad */-->
Expand Down

0 comments on commit 578d9be

Please sign in to comment.