From b163022952c0d8146072d628f49c075ba8d5f9e2 Mon Sep 17 00:00:00 2001 From: jairam2311 <44506194+jairam2311@users.noreply.github.com> Date: Mon, 7 Jan 2019 18:29:39 -0500 Subject: [PATCH] Changed 'period' on line 20 to "colon" (#32736) Changed "period" on line 20 to "colon" since it precedes a list of items. --- guide/english/css/breakpoints/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/css/breakpoints/index.md b/guide/english/css/breakpoints/index.md index 50997b8ae8..2533fdd350 100644 --- a/guide/english/css/breakpoints/index.md +++ b/guide/english/css/breakpoints/index.md @@ -17,7 +17,7 @@ a different device width/scale allowing you to show the best possible layout to ## Setting Break Points -Breakpoints are broadly set on basis of either of the following. +Breakpoints are broadly set on basis of either of the following: - Breakpoints based on device width. - Breakpoints based on content.