Skip to content

Commit

Permalink
docs(tutorial): corrected version of jquery installed via bower (step…
Browse files Browse the repository at this point in the history
… 12)

Corrected the version of jquery in the text content.

Closes angular#7441
  • Loading branch information
clementkoenig authored and caitp committed May 21, 2014
1 parent 636b379 commit 0a3268f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/tutorial/step_12.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 0a3268f

Please sign in to comment.