Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e6583b7

Browse filesBrowse files
committed
minor #8029 Fix some more typos (jdreesen)
This PR was merged into the 3.3 branch. Discussion ---------- Fix some more typos Commits ------- f376457 Fix some typos
2 parents 0d44292 + f376457 commit e6583b7
Copy full SHA for e6583b7

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎frontend/encore/bootstrap.rst

Copy file name to clipboardExpand all lines: frontend/encore/bootstrap.rst
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.