We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 636b379 commit 0a3268fCopy full SHA for 0a3268f
docs/content/tutorial/step_12.ngdoc
@@ -49,7 +49,7 @@ We are using [Bower][bower] to install client side dependencies. This step upda
49
50
* `"angular-animate": "~1.2.x"` tells bower to install a version of the
51
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
+* `"jquery": "1.10.2"` tells bower to install the 1.10.2 version of JQuery. Note that this is not an
53
Angular library, it is the standard JQuery library. We can use bower to install a wide range of 3rd
54
party libraries.
55
0 commit comments