From 5c1935d1212dd4a7abf2b1c51e77cf81f6789c89 Mon Sep 17 00:00:00 2001 From: Blake Lambert <36992974+curiouscoding22@users.noreply.github.com> Date: Wed, 12 Dec 2018 19:19:03 -0500 Subject: [PATCH] Grammatical corrections (#29992) Grammatical corrections for ease of reading. --- guide/english/html/layouts/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/html/layouts/index.md b/guide/english/html/layouts/index.md index d6278c9e7a..1d43c68646 100644 --- a/guide/english/html/layouts/index.md +++ b/guide/english/html/layouts/index.md @@ -17,7 +17,7 @@ And the HTML layout techniques help us put the needed information into the neede ### Techniques to Implement Layouts #### HTML Tables -One the most basic tools to implement layouts in a webpage, these are provided by HTML. But as the layout gets complicated HTML tables quickly lose their ease, because of the increase in markup text. +One of the most basic tools to implement layouts in a webpage, these are provided by HTML. But as the layout gets complicated, HTML tables quickly lose their ease because of the increase in markup text.