From eb88fc6aa4912fa7a280c71543e313f91f8659d1 Mon Sep 17 00:00:00 2001
From: Potato <34000272+SimplePotato@users.noreply.github.com>
Date: Thu, 13 Dec 2018 20:21:05 +0100
Subject: [PATCH] miner typo fixed (#28884)
---
guide/english/html/block-and-inline-elements/index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guide/english/html/block-and-inline-elements/index.md b/guide/english/html/block-and-inline-elements/index.md
index d644fb9b76..9bf0a87c59 100644
--- a/guide/english/html/block-and-inline-elements/index.md
+++ b/guide/english/html/block-and-inline-elements/index.md
@@ -30,7 +30,7 @@ Some of the **inline elements** are ``,``,`
`,``,``,`Content categories page on the Mozilla Developer Network.
+While an understanding of block and inline elements is still relevant, you should be aware that these terms were defined in prior versions of the HTML specification. In HTML5, a more complex set of "content categories" replaces block-level and inline elements. Block-level elements are largely placed in the "flow content" category in HTML5, while inline elements correspond to the "phrasing content" category. For more information on the new content categories in HTML5, including flow content and phrasing content, refer to the Content categories page on the Mozilla Developer Network.
#### More Information:
Please refer Mozilla Docs