From d4b3984083267b8a4b480ea192dc1e97853da6da Mon Sep 17 00:00:00 2001 From: celticaire <42580254+celticaire@users.noreply.github.com> Date: Sat, 19 Jan 2019 17:37:07 -0500 Subject: [PATCH] Fixed missing words and capitalization (#28554) --- .../english/html/attributes/body-background-attribute/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/html/attributes/body-background-attribute/index.md b/guide/english/html/attributes/body-background-attribute/index.md index 80a4f3b973..eade409043 100644 --- a/guide/english/html/attributes/body-background-attribute/index.md +++ b/guide/english/html/attributes/body-background-attribute/index.md @@ -29,7 +29,7 @@ Example: The body-background attribute has been deprecated in HTML5. The correct way to style the `````` tag is with CSS. -There are several CSS properties used for setting the background of an element. These can be used on to set the background of an entire page. +There are several CSS properties used for setting the background of an element. These can be used on the tag to set the background of an entire page. ## Check it Out: * [CSS background proprety](https://github.com/freeCodeCamp/guides/blob/master/src/pages/css/background/index.md)