Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
real34 committed Feb 17, 2018
1 parent b0e0adf commit 32e38a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/pages/props.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Hello, <span children={firstName} />
As is this:

```jsx
<blockqoute>I'm afraid I can't do that, {firstName}.</blockquote>
<blockquote>I'm afraid I can't do that, {firstName}.</blockquote>
```

But this will just print the braces as text:
Expand Down

0 comments on commit 32e38a9

Please sign in to comment.