From 4c48813f011ba10664b8d719c1fd8195bc71edd3 Mon Sep 17 00:00:00 2001 From: Konrad Windszus Date: Sun, 5 Feb 2017 14:02:19 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4db9577..ba8fe0e 100644 --- a/README.md +++ b/README.md @@ -124,9 +124,9 @@ A style guide for the [HTML Template Language](https://docs.adobe.com/docs/en/ht ``` - - [3.3](#3.3) **Don't write unecessary expressions.** + - [3.3](#3.3) **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