diff --git a/docs/_includes/css/less.html b/docs/_includes/css/less.html index 50ee41d6a2..be05f17a9b 100644 --- a/docs/_includes/css/less.html +++ b/docs/_includes/css/less.html @@ -161,7 +161,7 @@ a {

Box-sizing

-

Reset your components' box model with a single mixin. For context, see this helpful article from Mozilla.

+

Reset your components' box model with a single mixin. For context, see this helpful article from Mozilla.

The mixin is deprecated as of v3.2.0, with the introduction of Autoprefixer. To preserve backwards-compatibility, Bootstrap will continue to use the mixin internally until Bootstrap v4.

{% highlight scss %} .box-sizing(@box-model) { diff --git a/docs/_includes/getting-started/grunt.html b/docs/_includes/getting-started/grunt.html index 09438715f7..2484421896 100644 --- a/docs/_includes/getting-started/grunt.html +++ b/docs/_includes/getting-started/grunt.html @@ -22,7 +22,7 @@

Watches the Less source files and automatically recompiles them to CSS whenever you save a change.

grunt test (Run tests)

-

Runs JSHint and runs the QUnit tests in real browsers thanks to Karma.

+

Runs JSHint and runs the QUnit tests in real browsers thanks to Karma.

grunt docs (Build & test the docs assets)

Builds and tests CSS, JavaScript, and other assets which are used when running the documentation locally via bundle exec jekyll serve.