aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2016-07-06 10:39:33 +0100
committerGitHub <[email protected]>2016-07-06 10:39:33 +0100
commiteb7c13bba7775032745bf53e245948746ac406c4 (patch)
tree844743265d55511b335a15b23d10dbfc4ede4cae /docs
parent3d86473399960af45eae0a42d5126b5229bf090a (diff)
parentf15611cb813e0b76e76c28e8258187c1220b83bf (diff)
downloadbootstrap-eb7c13bba7775032745bf53e245948746ac406c4.tar.xz
bootstrap-eb7c13bba7775032745bf53e245948746ac406c4.zip
Merge pull request #20246 from anantoghosh/patch-1
Fix typo in 'Reboot' section
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 21217ab70..61a1d6c18 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` 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 `rem` to `em` units on many elements, link styles, and many form element resets.
### Typography