From f376457d030f3b2bbb8ac0bb4e91c8df670531ab Mon Sep 17 00:00:00 2001 From: Jacob Dreesen Date: Mon, 12 Jun 2017 22:17:52 +0200 Subject: [PATCH] Fix some typos --- frontend/encore/bootstrap.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/encore/bootstrap.rst b/frontend/encore/bootstrap.rst index 2110d007ad9..f48d5b542b2 100644 --- a/frontend/encore/bootstrap.rst +++ b/frontend/encore/bootstrap.rst @@ -13,7 +13,7 @@ Importing Bootstrap Sass ------------------------ Now that ``bootstrap-sass`` lives in your ``node_modules`` directory, you can -import it from any Sass or JavaScript file. For example, if you're already have +import it from any Sass or JavaScript file. For example, if you already have a ``global.scss`` file, import it from there: .. code-block:: css @@ -71,7 +71,7 @@ Bootstrap JavaScript requires jQuery, so make sure you have this installed: $ yarn add jquery --dev -Next, make sure call ``.autoProvidejQuery()`` in your ``webpack.config.js`` file: +Next, make sure to call ``.autoProvidejQuery()`` in your ``webpack.config.js`` file: .. code-block:: diff