diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md index b03250eadf31..6798d8729040 100644 --- a/docs/4.0/migration.md +++ b/docs/4.0/migration.md @@ -130,7 +130,7 @@ New to Bootstrap 4 is the [Reboot]({{ site.baseurl }}/docs/{{ site.docs_version ### Typography - Moved all `.text-` utilities to the `_utilities.scss` file. -- Dropped `.page-header` as, aside from the border, all its styles can be applied via utilities. +- Dropped `.page-header` as its styles can be applied via utilities. - `.dl-horizontal` has been dropped. Instead, use `.row` on `
` element to a single class, `.blockquote`. Dropped the `.blockquote-reverse` modifier for text utilities. - `.list-inline` now requires that its children list items have the new `.list-inline-item` class applied to them.