Skip to content

Commit

Permalink
Quick fix to spacing of code example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonaaron authored Jan 28, 2019
1 parent 673dccc commit 4b6b578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ const User = props => (
)

const Greeting = props => (
<p class="greeting" translate="yes">
<p class="greeting" translate="yes">
Hello, <User name="Bob" />!
</p>
);
Expand Down

0 comments on commit 4b6b578

Please sign in to comment.