From 8d31b3c2348440af2fcb53805111356b477fd766 Mon Sep 17 00:00:00 2001 From: Kylie Short Date: Mon, 29 Oct 2018 10:18:51 -0400 Subject: [PATCH] Update index.md (#20462) Minor proofreading changes for clarity. --- guide/english/html/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/html/index.md b/guide/english/html/index.md index 636ea52b0f..5de1790e01 100644 --- a/guide/english/html/index.md +++ b/guide/english/html/index.md @@ -12,7 +12,7 @@ The internet was originally created to store and present static (unchanging) doc HTML5 is the latest version, or specification, of HTML. The World Wide Web Consortium (W3C) is the organization responsible for developing standards for the World Wide Web, including those for HTML. As web pages and web applications grow more complex, W3C updates HTML's standards. -HTML5 Introduces a host of semantic elements. Though we discussed HTML helped to provided meaning to our document, it wasn't until HTML5s' introduction of [semantic elements](#) that its' potential was realized. +HTML5 Introduces a host of semantic elements. Though we discussed HTML helped to provide meaning to our document, it wasn't until HTML5s' introduction of [semantic elements](#) that its potential was realized. ## A simple example of HTML Document