From ed5c5994a780b7ba80854431b05d81e8692b819d Mon Sep 17 00:00:00 2001 From: Bradly Feeley Date: Sat, 13 Oct 2012 18:31:41 -0700 Subject: [PATCH] Fixing typo in docs. --- docs/components.html | 2 +- docs/templates/pages/components.mustache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/components.html b/docs/components.html index f4f03cac3e..8725400f8b 100644 --- a/docs/components.html +++ b/docs/components.html @@ -2485,7 +2485,7 @@

<button class="close">&times;</button>
-

iOS devices require an href="#" for click events if you rather use an anchor.

+

iOS devices require an href="#" for click events if you would rather use an anchor.

<a class="close" href="#">&times;</a>

Helper classes

diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 5351d7fd93..3c024451c2 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -2414,7 +2414,7 @@

<button class="close">&times;</button>
-

{{_i}}iOS devices require an href="#" for click events if you rather use an anchor.{{/i}}

+

{{_i}}iOS devices require an href="#" for click events if you would rather use an anchor.{{/i}}

<a class="close" href="#">&times;</a>

{{_i}}Helper classes{{/i}}