@@ -19,7 +19,7 @@ then run:
1919
2020 $ npm install -g bower
2121
22- After this command finishes , run ``bower `` in your terminal to find out if
22+ After this command has finished , run ``bower `` in your terminal to find out if
2323it's installed correctly.
2424
2525.. tip ::
@@ -45,7 +45,7 @@ create a ``.bowerrc`` file with a new destination (like ``web/assets/vendor``):
4545
4646 .. tip ::
4747
48- If you're using a frontend build system like `Gulp `_ or `Grunt `_, then
48+ If you're using a front-end build system like `Gulp `_ or `Grunt `_, then
4949 you can set the directory to whatever you want. Typically, you'll use
5050 these tools to ultimately move all assets into the ``web/ `` directory.
5151
@@ -125,15 +125,15 @@ file:
125125
126126.. code-block :: bash
127127
128- git add web/assets/vendor
128+ $ git add web/assets/vendor
129129
130130 Why? Unlike Composer, Bower currently does not have a "lock" feature, which
131131means that there's no guarantee that running ``bower install `` on a different
132132server will give you the *exact * assets that you have on other machines.
133- For more details, read the article `Checking in fronte -end dependencies `_.
133+ For more details, read the article `Checking in front -end dependencies `_.
134134
135135But, it's very possible that Bower will add a lock feature in the future
136- (e.g. `bower/bower#1748 `_)
136+ (e.g. `bower/bower#1748 `_).
137137
138138.. _Bower : http://bower.io
139139.. _`Node.js` : https://nodejs.org
@@ -142,5 +142,5 @@ But, it's very possible that Bower will add a lock feature in the future
142142.. _Bootstrap : http://getbootstrap.com/
143143.. _Gulp : http://gulpjs.com/
144144.. _Grunt : http://gruntjs.com/
145- .. _`Checking in fronte -end dependencies` : http://addyosmani.com/blog/checking-in-front-end-dependencies/
145+ .. _`Checking in front -end dependencies` : http://addyosmani.com/blog/checking-in-front-end-dependencies/
146146.. _`bower/bower#1748` : https://github.com/bower/bower/pull/1748
0 commit comments