From 585ef2bdd7084110b969032ef6b0cccbaa6a93e5 Mon Sep 17 00:00:00 2001 From: Zara Cooper Date: Fri, 31 Jul 2020 21:10:18 +0300 Subject: [PATCH] docs: fix typo in glossary (#38318) Add missing comma in structural directive section that made dash display incorrectly. PR Close #38318 --- aio/content/guide/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/glossary.md b/aio/content/guide/glossary.md index e2ad149975..27d8d8049f 100644 --- a/aio/content/guide/glossary.md +++ b/aio/content/guide/glossary.md @@ -867,7 +867,7 @@ To learn more, see [Introduction to Services and Dependency Injection](guide/arc ## structural directives -A category of [directive](#directive) that is responsible for shaping HTML layout by modifying the DOM&mdashthat is, adding, removing, or manipulating elements and their children. +A category of [directive](#directive) that is responsible for shaping HTML layout by modifying the DOM—that is, adding, removing, or manipulating elements and their children. To learn more, see [Structural Directives](guide/structural-directives).