]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Correct typo (#23805)
authorEugenio <eugenio.ciccale@zenfulfillment.com>
Fri, 1 Sep 2017 21:58:53 +0000 (23:58 +0200)
committerPatrick H. Lauke <redux@splintered.co.uk>
Fri, 1 Sep 2017 21:58:53 +0000 (22:58 +0100)
Shouldn't this be 'output' ?

docs/4.0/layout/grid.md

index 20ec1f8c9025882c85147d25ee1f70c3b9c1c50c..3723adbe50121d5f6518671c2057d2faf7507b76 100644 (file)
@@ -727,4 +727,4 @@ $container-max-widths: (
 );
 {% endhighlight %}
 
-When making any changes to the Sass variables or maps, you'll need to save your changes and recompile. Doing so will out a brand new set of predefined grid classes for column widths, offsets, and ordering. Responsive visibility utilities will also be updated to use the custom breakpoints.
+When making any changes to the Sass variables or maps, you'll need to save your changes and recompile. Doing so will output a brand new set of predefined grid classes for column widths, offsets, and ordering. Responsive visibility utilities will also be updated to use the custom breakpoints.