From dd83e7405a22062f9a97ac8ee90eece7c693fb89 Mon Sep 17 00:00:00 2001 From: Ibrahim Hadeed Date: Sat, 12 Mar 2016 18:45:14 -0500 Subject: [PATCH] chore(docs): change ionic to cordova in 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 b8da35c3..b40b7d2a 100644 --- a/scripts/docs/templates/common.template.html +++ b/scripts/docs/templates/common.template.html @@ -117,7 +117,7 @@ Improve this doc <@- if doc.decorators @> <@ for prop in doc.decorators[0].argumentInfo @> -
$ ionic plugin add <$ prop.plugin $>
+
$ cordova plugin add <$ prop.plugin $>

Repo: <$ prop.repo $>