From 8a49907eddfe9e05ef947e731c7715ff64418db6 Mon Sep 17 00:00:00 2001 From: "Xiaojie(Aaron) Li" Date: Sat, 16 Mar 2019 13:39:43 -0400 Subject: [PATCH] made minor changes to explanation of the grid system (#30370) added semi colons, periods, and better wording to make the flow of the paragraphs better. --- guide/english/bootstrap/grid-system/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/guide/english/bootstrap/grid-system/index.md b/guide/english/bootstrap/grid-system/index.md index a7e2068532..922bf7e689 100644 --- a/guide/english/bootstrap/grid-system/index.md +++ b/guide/english/bootstrap/grid-system/index.md @@ -3,12 +3,11 @@ title: Grid System --- ## Grid System -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. +In a nutshell, the Bootstrap grid system helps you create responsive layouts, and it is comprised of a system of rows and columns that helps 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. -Bootstrap has five different types of grid tiers: Extra small, Small, Medium, Large, and Extra large. There is a breakpoint defined for each of these grid tiers. - +Bootstrap has five different types of grid tiers: Extra small, Small, Medium, Large and Extra large. There is a breakpoint defined for each of these grid tiers. Bootstrap uses pixels to define the grid tier breakpoints. #### How it works