From a13a024afba3ce0bd391dd690cf0407cfdf4ceb5 Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Fri, 8 Sep 2017 11:26:11 +0100 Subject: Fixes after review --- doc/development/fe_guide/style_guide_js.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/development/fe_guide/style_guide_js.md b/doc/development/fe_guide/style_guide_js.md index cc5322f9afe..c8d23609280 100644 --- a/doc/development/fe_guide/style_guide_js.md +++ b/doc/development/fe_guide/style_guide_js.md @@ -311,7 +311,7 @@ A forEach will cause side effects, it will be mutating the array being iterated. #### Alignment 1. Follow these alignment styles for the template method: - 1. With more than one attribute, all attributes should be in a new line: + 1. With more than one attribute, all attributes should be on a new line: ```javascript // bad ``` - 1. With only one attribute, it can be inline with the open tag: + 1. The tag can be inline if there is only one attribute: ```javascript // good -- cgit v1.2.1