diff options
| author | Chris Rebert <[email protected]> | 2015-08-20 18:37:20 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-08-20 18:37:20 -0700 |
| commit | e3899b4fa848e73a0efcbba614b5ddf1af1c677c (patch) | |
| tree | 631b96fd9dae4c59e4bbfb46f6a82c6735094d5c /docs | |
| parent | 8e6972b170cc6b9a8925ad31c9653a6d5da4dc18 (diff) | |
| download | bootstrap-e3899b4fa848e73a0efcbba614b5ddf1af1c677c.tar.xz bootstrap-e3899b4fa848e73a0efcbba614b5ddf1af1c677c.zip | |
reboot.md: fix typo: "to a minimal" [sic]
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/content/reboot.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/reboot.md b/docs/content/reboot.md index af2eab4a7..5db306d90 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 |
