Skip to content

Fix 'yor' typo in the Sign In component #135

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 5, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix 'yor' typo in the Sign In component
  • Loading branch information
David Wilde committed Jan 5, 2017
commit bd338dff969047341a7b39b70c49b02dfb7134c0
4 changes: 2 additions & 2 deletions components/forms/sign-in/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</div>
<div class="lh-copy mt3">
<a href="#0" class="f6 link dim black db">Sign up</a>
<a href="#0" class="f6 link dim black db">Forgot yor password?</a>
<a href="#0" class="f6 link dim black db">Forgot your password?</a>
</div>
</form>
</main>
Expand Down Expand Up @@ -77,7 +77,7 @@ <h2 class="f5">HTML</h2>
&lt;/div&gt;
&lt;div class=&quot;lh-copy mt3&quot;&gt;
&lt;a href=&quot;#0&quot; class=&quot;f6 link dim black db&quot;&gt;Sign up&lt;/a&gt;
&lt;a href=&quot;#0&quot; class=&quot;f6 link dim black db&quot;&gt;Forgot yor password?&lt;/a&gt;
&lt;a href=&quot;#0&quot; class=&quot;f6 link dim black db&quot;&gt;Forgot your password?&lt;/a&gt;
&lt;/div&gt;
&lt;/form&gt;
&lt;/main&gt;
Expand Down
2 changes: 1 addition & 1 deletion src/components/forms/sign-in.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</div>
<div class="lh-copy mt3">
<a href="#0" class="f6 link dim black db">Sign up</a>
<a href="#0" class="f6 link dim black db">Forgot yor password?</a>
<a href="#0" class="f6 link dim black db">Forgot your password?</a>
</div>
</form>
</main>