From: Daniel Lo Nigro Date: Sun, 13 Nov 2016 21:59:18 +0000 (-0800) Subject: it's → its X-Git-Tag: v4.0.0-alpha.6~443^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F21124%2Fhead;p=thirdparty%2Fbootstrap.git it's → its Small grammar fix. --- diff --git a/docs/migration.md b/docs/migration.md index 4b15824827..4d90acf6eb 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -64,7 +64,7 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with ### Typography - Moved all `.text-` utilities to the `_utilities.scss` file. -- Dropped `.page-header` as, aside from the border, all it's styles can be applied via utilities. +- Dropped `.page-header` as, aside from the border, all its styles can be applied via utilities. - `.dl-horizontal` has been dropped. Instead, use `.row` on `
` and use grid column classes (or mixins) on its `
` and `
` children. - Custom `
` styling has moved to classes—`.blockquote` and the `.blockquote-reverse` modifier. - `.list-inline` now requires that its children list items have the new `.list-inline-item` class applied to them.