aboutsummaryrefslogtreecommitdiff
path: root/docs/migration.md
diff options
context:
space:
mode:
authorDaniel Lo Nigro <[email protected]>2016-11-13 13:59:18 -0800
committerGitHub <[email protected]>2016-11-13 13:59:18 -0800
commitfd184b45f3ce6a9f47924268e81c6a189f8a694a (patch)
treed7e47ae3988d1d64449379fd1cf995a51f4dbe48 /docs/migration.md
parent93ba9ac629a29bb8709989ba4be8a26b0b6d87d5 (diff)
downloadbootstrap-fd184b45f3ce6a9f47924268e81c6a189f8a694a.tar.xz
bootstrap-fd184b45f3ce6a9f47924268e81c6a189f8a694a.zip
it's → its
Small grammar fix.
Diffstat (limited to 'docs/migration.md')
-rw-r--r--docs/migration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/migration.md b/docs/migration.md
index 4b1582482..4d90acf6e 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 `<dl>` and use grid column classes (or mixins) on its `<dt>` and `<dd>` children.
- Custom `<blockquote>` 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.