From 276146b247fd516368fc640f9f4d7c1abfeec938 Mon Sep 17 00:00:00 2001 From: ayra-jafri <34120837+ayra-jafri@users.noreply.github.com> Date: Thu, 8 Nov 2018 06:09:58 -0800 Subject: [PATCH] Fixed some minor typos (#21257) --- guide/english/html/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guide/english/html/index.md b/guide/english/html/index.md index a5bdca1cb9..54057d6730 100644 --- a/guide/english/html/index.md +++ b/guide/english/html/index.md @@ -17,7 +17,8 @@ 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)](https://www.w3.org/) 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 provide 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