Skip to content

Commit ae8b358

Browse files
authored
Merge pull request tachyons-css#135 from davidwilde/typo-in-signin
Fix 'yor' typo in the Sign In component
2 parents d41b1b6 + bd338df commit ae8b358

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/forms/sign-in/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</div>
4646
<div class="lh-copy mt3">
4747
<a href="#0" class="f6 link dim black db">Sign up</a>
48-
<a href="#0" class="f6 link dim black db">Forgot yor password?</a>
48+
<a href="#0" class="f6 link dim black db">Forgot your password?</a>
4949
</div>
5050
</form>
5151
</main>
@@ -77,7 +77,7 @@ <h2 class="f5">HTML</h2>
7777
&lt;/div&gt;
7878
&lt;div class=&quot;lh-copy mt3&quot;&gt;
7979
&lt;a href=&quot;#0&quot; class=&quot;f6 link dim black db&quot;&gt;Sign up&lt;/a&gt;
80-
&lt;a href=&quot;#0&quot; class=&quot;f6 link dim black db&quot;&gt;Forgot yor password?&lt;/a&gt;
80+
&lt;a href=&quot;#0&quot; class=&quot;f6 link dim black db&quot;&gt;Forgot your password?&lt;/a&gt;
8181
&lt;/div&gt;
8282
&lt;/form&gt;
8383
&lt;/main&gt;

src/components/forms/sign-in.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</div>
2424
<div class="lh-copy mt3">
2525
<a href="#0" class="f6 link dim black db">Sign up</a>
26-
<a href="#0" class="f6 link dim black db">Forgot yor password?</a>
26+
<a href="#0" class="f6 link dim black db">Forgot your password?</a>
2727
</div>
2828
</form>
2929
</main>

0 commit comments

Comments
 (0)