Skip to content

Commit

Permalink
fix for mailto in docs (#2064)
Browse files Browse the repository at this point in the history
  • Loading branch information
endymion1818 authored and KyleAMathews committed Sep 9, 2017
1 parent 1924302 commit 875b853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/part-three/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default () =>
<div>
<h1>I'd love to talk! Email me at the address below</h1>
<p>
<a mailto="me@example.com">me@example.com</a>
<a href="mailto:me@example.com">me@example.com</a>
</p>
</div>
```
Expand Down

0 comments on commit 875b853

Please sign in to comment.