From 0aa45be19f604c56be3271378b24b66f0e502a64 Mon Sep 17 00:00:00 2001 From: GARCIA Guillaume Date: Thu, 23 Jun 2016 17:16:04 +0200 Subject: [PATCH] docs(general): correct bower version separator from '@' to '#' --- docs/config/templates/api/module.template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/templates/api/module.template.html b/docs/config/templates/api/module.template.html index 8cc719fa602f..6233e2672b83 100644 --- a/docs/config/templates/api/module.template.html +++ b/docs/config/templates/api/module.template.html @@ -22,7 +22,7 @@

Installation

  • Bower e.g. - {% code %}bower install {$ doc.packageName $}@X.Y.Z{% endcode %} + {% code %}bower install {$ doc.packageName $}#X.Y.Z{% endcode %}
  • code.angularjs.org