From: Chris Rebert Date: Fri, 21 Aug 2015 01:37:20 +0000 (-0700) Subject: reboot.md: fix typo: "to a minimal" [sic] X-Git-Tag: v4.0.0-alpha.2~491 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3899b4fa848e73a0efcbba614b5ddf1af1c677c;p=thirdparty%2Fbootstrap.git reboot.md: fix typo: "to a minimal" [sic] --- diff --git a/docs/content/reboot.md b/docs/content/reboot.md index af2eab4a77..5db306d90e 100644 --- a/docs/content/reboot.md +++ b/docs/content/reboot.md @@ -21,7 +21,7 @@ Here are our guidelines and reasons for choosing what to override in Reboot: - Update some browser default values to use `rem`s instead of `em`s for scalable component spacing. - Avoid `margin-top`. Vertical margins can collapse, yielding unexpected results. More importantly though, a single direction of `margin` is a simpler mental model. - For easier scaling across device sizes, block elements should use `rem`s for `margin`s. -- Keep declarations of `font`-related properties to a minimal, using `inherit` whenever possible. +- Keep declarations of `font`-related properties to a minimum, using `inherit` whenever possible. ## Page defaults