aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-07-27 21:29:05 -0700
committerGitHub <[email protected]>2016-07-27 21:29:05 -0700
commit339b369bd20a2901f6abb702b78757561b18bfd6 (patch)
treeb9cf896ac90bb6a871477b9d78a9b187705df453 /docs
parentc1b985a261e01f5c41f91e9c883c84dcaea18b67 (diff)
parent11d43e456aaf79e32ecd084f03e800dd54ca98d6 (diff)
downloadbootstrap-339b369bd20a2901f6abb702b78757561b18bfd6.tar.xz
bootstrap-339b369bd20a2901f6abb702b78757561b18bfd6.zip
Merge pull request #20282 from anantoghosh/patch-2
Migration docs: Fix typo in 'Reboot' about units
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 61a1d6c18..b043fbfad 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -59,7 +59,7 @@ This list highlights key changes by component between v3.x.x and v4.0.0.
### Reboot
-New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with our own somewhat opinionated reset styles. Selectors appearing in this file only use elements—there are no classes here. This isolates our reset styles from our component styles for a more modular approach. Some of the most important resets this includes are the `box-sizing: border-box` change, moving from `rem` to `em` units on many elements, link styles, and many form element resets.
+New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with our own somewhat opinionated reset styles. Selectors appearing in this file only use elements—there are no classes here. This isolates our reset styles from our component styles for a more modular approach. Some of the most important resets this includes are the `box-sizing: border-box` change, moving from `em` to `rem` units on many elements, link styles, and many form element resets.
### Typography