From 566cc08b1e8056729d9c8fb5358f304ea5a58f15 Mon Sep 17 00:00:00 2001 From: Ibby Date: Mon, 20 Mar 2017 17:28:34 -0400 Subject: [PATCH] chore(docs): add linebreak for install commands --- scripts/docs/templates/common.template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html index 79efbd3c3..307e77017 100644 --- a/scripts/docs/templates/common.template.html +++ b/scripts/docs/templates/common.template.html @@ -225,7 +225,7 @@ docType: "<$ doc.docType $>" <@ endif @>

-  $ <@ if prop.install @><$ prop.install $><@ else @>ionic plugin add <$ prop.plugin $><@ endif -@>
+  $ <@ if prop.install @><$ prop.install $><@ else @>ionic plugin add <$ prop.plugin $><@ endif @>
   $ npm install --save @ionic-native/<$ prop.pluginRef $>
 

Repo: