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