From cfcc597c85cd354fda8f6f34005d7542d11236c0 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 23 Apr 2015 16:30:12 -0700 Subject: reboot.md: fix typo --- docs/components/reboot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/components') diff --git a/docs/components/reboot.md b/docs/components/reboot.md index d41e4e303..baed24d1e 100644 --- a/docs/components/reboot.md +++ b/docs/components/reboot.md @@ -118,7 +118,7 @@ Tables are slightly adjusted to style ``s and ensure consistent `text-a
-- cgit v1.2.3 From ff85ad1472437a04c29ad7092a423f0c284f74ae Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 23 Apr 2015 17:17:48 -0700 Subject: card.md: fix typo --- docs/components/card.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/components') diff --git a/docs/components/card.md b/docs/components/card.md index 715c5eb3e..2dfc68c84 100644 --- a/docs/components/card.md +++ b/docs/components/card.md @@ -21,7 +21,7 @@ Cards require very little markup, but do require some additional classes to give ### Sizing -Cards are block-leve by default, so they'll fill the available horizontal space. Constrain their widths via custom styles, our predefined grid classes, or our grid mixins. +Cards are block-level by default, so they'll fill the available horizontal space. Constrain their widths via custom styles, our predefined grid classes, or our grid mixins. {% example html %}
-- cgit v1.2.3 From 4c3c402b0ec9295ac4630d3583e592a21264582e Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 23 Apr 2015 17:33:35 -0700 Subject: forms.md: fix typo --- docs/components/forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/components') diff --git a/docs/components/forms.md b/docs/components/forms.md index 827912cb5..bf72dbd3c 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -185,7 +185,7 @@ Use the `.inline-form` class to to display a series of labels, form controls, an - Controls receive `width: auto` to override the Bootstrap default `width: 100%`. - Controls **only appear inline in viewports that are at least 768px wide** to account for narrow viewports on mobile devices. -Because of this, you may need to manually adddres the width and alignment of individual form controls. Lastly, as shown below, you should always include a `
- This is an example table, and this is it's caption to describe the contents. + This is an example table, and this is its caption to describe the contents.