From 74f45f510997641681f65c5c5646d2c1dd0b1038 Mon Sep 17 00:00:00 2001 From: Brittany Sarenpa <43294071+bluesky4you@users.noreply.github.com> Date: Sat, 16 Mar 2019 13:05:16 -0400 Subject: [PATCH] Grammar fix (#28614) Changed the first sentence to flow a bit more naturally. --- guide/english/bootstrap/grid-system/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/bootstrap/grid-system/index.md b/guide/english/bootstrap/grid-system/index.md index 8a79277e785..a7e20685323 100644 --- a/guide/english/bootstrap/grid-system/index.md +++ b/guide/english/bootstrap/grid-system/index.md @@ -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.