From 59391c1dcda5a78b20ec8ea5c381d64145384f9b Mon Sep 17 00:00:00 2001 From: kalvn Date: Tue, 13 May 2014 09:26:28 +0200 Subject: [PATCH] Update step_12.html Corrected the version of jquery in the text content. --- docs/content/tutorial/step_12.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_12.ngdoc b/docs/content/tutorial/step_12.ngdoc index 802435375a24..60c7bbf88035 100644 --- a/docs/content/tutorial/step_12.ngdoc +++ b/docs/content/tutorial/step_12.ngdoc @@ -49,7 +49,7 @@ We are using [Bower][bower] to install client side dependencies. This step upda * `"angular-animate": "~1.2.x"` tells bower to install a version of the angular-animate component that is compatible with version 1.2.x. -* `"jquery": "1.10.2"` tells bower to install the 1.1.2 version of JQuery. Note that this is not an +* `"jquery": "1.10.2"` tells bower to install the 1.10.2 version of JQuery. Note that this is not an Angular library, it is the standard JQuery library. We can use bower to install a wide range of 3rd party libraries.