From 7722a547d07ec040dd1f8145b033845c9fb5307e Mon Sep 17 00:00:00 2001 From: Zain Kassamali <26986872+Kassamali@users.noreply.github.com> Date: Tue, 23 Oct 2018 01:49:58 -0700 Subject: [PATCH] Gramatical changes in line 9 (#23781) --- guide/english/css/borders/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/css/borders/index.md b/guide/english/css/borders/index.md index c789dbd867..8ab65d0a82 100644 --- a/guide/english/css/borders/index.md +++ b/guide/english/css/borders/index.md @@ -6,7 +6,7 @@ title: Border Property CSS Border ---- -Our personal favorite CSS attribute, allow you to completely customize the borders that appear around HTML elements. With HTML, it used to be impossible to place a border around an element, except for the table. CSS Borders let you create crisp, customized border styles with very little work, compared to the antiquated methods of HTML. +Our personal favorite CSS attribute, allows you to completely customize the borders that appear around HTML elements. With HTML, it used to be impossible to place a border around an element, except for the table. CSS Borders lets you create crisp and customized border styles with very little work, compared to the antiquated methods of HTML. The `border` shorthand property sets all the border properties in one declaration. ```css