Skip to content

Commit 6802b49

Browse files
authored
Fix typo in RenderMobiledoc README
1 parent 311e4b2 commit 6802b49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ To learn more about mobiledoc see [mobiledoc-kit](https://github.com/bustlelabs/
2222
#### Render basic mobiledoc in your template
2323

2424
```hbs
25-
<RenderMmobiledoc @mobiledoc={{myMobileDoc}} />
25+
<RenderMobiledoc @mobiledoc={{myMobileDoc}} />
2626
```
2727

2828
#### Render mobiledoc with cards, using ember components to render cards
2929

3030
```hbs
3131
{{! myMobiledoc is the mobiledoc you want to render }}
3232
{{! myCardNames is an array of card names, e.g. ['embed-card', 'slideshow-card'] }}
33-
<RenderMmobiledoc @mobiledoc={{myMobileDoc}} @cardNames={{myCardNames}} />
33+
<RenderMobiledoc @mobiledoc={{myMobileDoc}} @cardNames={{myCardNames}} />
3434
```
3535

3636
The ember components with names matching the mobiledoc card names will be rendered

0 commit comments

Comments
 (0)