From 558a902e09a198398d5d27b9db27d23b7d4157f9 Mon Sep 17 00:00:00 2001 From: dumb Date: Mon, 16 May 2016 13:25:40 -0400 Subject: [PATCH] Fixed a small typo --- docs/content/reboot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/reboot.md b/docs/content/reboot.md index 20a76c82cb..ad8a8a6f60 100644 --- a/docs/content/reboot.md +++ b/docs/content/reboot.md @@ -28,7 +28,7 @@ Here are our guidelines and reasons for choosing what to override in Reboot: The `` and `` 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 `` and `font-size: 1rem` on the `` for easy responsive type-scaling via media queryies. +- A base `font-size: 16px` is declared on the `` and `font-size: 1rem` on the `` for easy responsive type-scaling via media queries. - The `` also sets a global `font-family` and `line-height`. This is inherited later by some form elements to prevent font inconsistencies. - For safety, the `` has a declared `background-color`, defaulting to `#fff`.