aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2016-11-13 23:55:19 +0100
committerGitHub <[email protected]>2016-11-13 23:55:19 +0100
commit0913a0bf57886d6df1d4ee78c58dfdf507b896d0 (patch)
treed7e47ae3988d1d64449379fd1cf995a51f4dbe48 /docs
parent93ba9ac629a29bb8709989ba4be8a26b0b6d87d5 (diff)
parentfd184b45f3ce6a9f47924268e81c6a189f8a694a (diff)
downloadbootstrap-0913a0bf57886d6df1d4ee78c58dfdf507b896d0.tar.xz
bootstrap-0913a0bf57886d6df1d4ee78c58dfdf507b896d0.zip
Merge pull request #21124 from Daniel15/patch-1
it's → its
Diffstat (limited to 'docs')
-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.