docs: correct typo in changelog (#30422)

Fixes #30420

PR Close #30422
This commit is contained in:
Santosh Yadav 2019-05-11 23:58:10 +05:30 committed by Jason Aden
parent df1d3fbd7b
commit 0d97143965
1 changed files with 2 additions and 2 deletions

View File

@ -309,8 +309,8 @@ This release contains various API docs improvements.
- `<tr>` would be wrapped in `<tbody>` if not inside `<tbody>`, `<tfoot>` or `<thead>`;
- `<col>` would be wrapped in `<colgroup>` if not inside `<colgroup>`.
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 `<tr>` / `<col>` are at the root of a component's content, ex.:
```html