Skip to content

Commit f376457

Browse files
authored
Fix some typos
1 parent edd0e4f commit f376457

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/encore/bootstrap.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Importing Bootstrap Sass
1313
------------------------
1414

1515
Now that ``bootstrap-sass`` lives in your ``node_modules`` directory, you can
16-
import it from any Sass or JavaScript file. For example, if you're already have
16+
import it from any Sass or JavaScript file. For example, if you already have
1717
a ``global.scss`` file, import it from there:
1818

1919
.. code-block:: css
@@ -71,7 +71,7 @@ Bootstrap JavaScript requires jQuery, so make sure you have this installed:
7171
7272
$ yarn add jquery --dev
7373
74-
Next, make sure call ``.autoProvidejQuery()`` in your ``webpack.config.js`` file:
74+
Next, make sure to call ``.autoProvidejQuery()`` in your ``webpack.config.js`` file:
7575

7676
.. code-block:: diff
7777

0 commit comments

Comments
 (0)