]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixed a small typo 19919/head
authordumb <github@dumb.ca>
Mon, 16 May 2016 17:25:40 +0000 (13:25 -0400)
committerdumb <github@dumb.ca>
Mon, 16 May 2016 17:25:40 +0000 (13:25 -0400)
docs/content/reboot.md

index 20a76c82cb80fe1e2491dcaa6bdda34d6c8e61d5..ad8a8a6f6055e023d4b68e5e26707394f6def62a 100644 (file)
@@ -28,7 +28,7 @@ Here are our guidelines and reasons for choosing what to override in Reboot:
 The `<html>` and `<body>` elements are updated to provide better page-wide defaults. More specifically:
 
 - The `box-sizing` is globally set on every element—including `*:before` and `*:after`, to `border-box`. This ensures that the declared width of element is never exceeded due to padding or border.
-- A base `font-size: 16px` is declared on the `<html>` and `font-size: 1rem` on the `<body>` for easy responsive type-scaling via media queryies.
+- A base `font-size: 16px` is declared on the `<html>` and `font-size: 1rem` on the `<body>` for easy responsive type-scaling via media queries.
 - The `<body>` also sets a global `font-family` and `line-height`. This is inherited later by some form elements to prevent font inconsistencies.
 - For safety, the `<body>` has a declared `background-color`, defaulting to `#fff`.