Skip to content

Commit 0a3268f

Browse files
clementkoenigcaitp
authored andcommitted
docs(tutorial): corrected version of jquery installed via bower (step 12)
Corrected the version of jquery in the text content. Closes angular#7441
1 parent 636b379 commit 0a3268f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_12.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ We are using [Bower][bower] to install client side dependencies. This step upda
4949

5050
* `"angular-animate": "~1.2.x"` tells bower to install a version of the
5151
angular-animate component that is compatible with version 1.2.x.
52-
* `"jquery": "1.10.2"` tells bower to install the 1.1.2 version of JQuery. Note that this is not an
52+
* `"jquery": "1.10.2"` tells bower to install the 1.10.2 version of JQuery. Note that this is not an
5353
Angular library, it is the standard JQuery library. We can use bower to install a wide range of 3rd
5454
party libraries.
5555

0 commit comments

Comments
 (0)