Skip to content

Commit

Permalink
Merge pull request #185 from wendtcode/master
Browse files Browse the repository at this point in the history
Fix small typo: add missing closing curlies
  • Loading branch information
damassi committed Jun 9, 2021
2 parents fa0ff29 + 6cf1c0b commit 6789fad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -610,10 +610,10 @@ a `matchMedia` example.)
```tsx
<>
<Media at="sm">
{this.getComponent('sm')
{this.getComponent('sm')}
</Media>
<Media greaterThan="sm">
{this.getComponent()
{this.getComponent()}
</Media>
</>
```
Expand Down

0 comments on commit 6789fad

Please sign in to comment.