diff options
| author | Eugenio <[email protected]> | 2017-09-01 23:58:53 +0200 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2017-09-01 22:58:53 +0100 |
| commit | 56e415d57d342d23163346bf41c00479617d5f3a (patch) | |
| tree | ff0bc215476986bd2367d2e615e112a637ba9f8d | |
| parent | e0c95f88db71a382419123381bf38d3d0d4d3087 (diff) | |
| download | bootstrap-56e415d57d342d23163346bf41c00479617d5f3a.tar.xz bootstrap-56e415d57d342d23163346bf41c00479617d5f3a.zip | |
Correct typo (#23805)
Shouldn't this be 'output' ?
| -rw-r--r-- | docs/4.0/layout/grid.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/layout/grid.md b/docs/4.0/layout/grid.md index 20ec1f8c9..3723adbe5 100644 --- a/docs/4.0/layout/grid.md +++ b/docs/4.0/layout/grid.md @@ -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. |
