Grammar fix (#28614)

Changed the first sentence to flow a bit more naturally.
pull/30370/head^2
Brittany Sarenpa 2019-03-16 13:05:16 -04:00 committed by The Coding Aviator
parent 09231d03b0
commit 74f45f5109
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ title: Grid System
---
## Grid System
In a nutshell, Bootstrap grid system helps you create mobile-first layouts. Mobile first means that the grid layout will automatically be responsive for smaller screens. The HTML then defines the grid layout for larger screens. It comprises of a system of rows and columns to help you structure your content.
In a nutshell, the Bootstrap grid system helps you create responsive layouts, this system is comprised of a grid containing rows and columns that help you structure your content.
Rows are horizontal groups of columns, and each page has a maximum of 12 columns per row. Within each row, the content is placed inside the columns and it can span anywhere between 1 to 12 columns.