From 0d97143965d30ec243f96b621ce4d1546bbfa431 Mon Sep 17 00:00:00 2001 From: Santosh Yadav Date: Sat, 11 May 2019 23:58:10 +0530 Subject: [PATCH] docs: correct typo in changelog (#30422) Fixes #30420 PR Close #30422 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fee29c5706..9d3e7b1d55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -309,8 +309,8 @@ This release contains various API docs improvements. - `` would be wrapped in `` if not inside ``, `` or ``; - `` would be wrapped in `` if not inside ``. -This meachanism of automatic wrapping / auto-correcting was problematic for several reasons: -- it is non-obvious and arbitrary (ex. there are more HTML elements that has rules for parent type); +This mechanism of automatic wrapping / auto-correcting was problematic for several reasons: +- it is non-obvious and arbitrary (ex. there are more HTML elements that have rules for parent type); - it is incorrect for cases where `` / `` are at the root of a component's content, ex.: ```html