Skip to content

Commit

Permalink
✏️ fixed some typos (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoScheufler authored and SaraVieira committed Dec 26, 2018
1 parent 19183c8 commit d309d93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -86,7 +86,7 @@ If you have any HTML in your markdown that has children that are markdown, for e
</div>
```

In order for fiddly to render the inner contents as markdown you will need to add `data-markdown="1"` to the surroun ding element like so:
In order for fiddly to render the inner contents as markdown you will need to add `data-markdown="1"` to the surrounding element like so:

```markdown
<div align="center" data-markdown="1">
Expand Down
2 changes: 1 addition & 1 deletion src/commands/fiddly.js
Expand Up @@ -137,7 +137,7 @@ module.exports = {
`)
} catch (e) {
error('Oh no, there has beenm an error making your files')
error('Oh no, there has been an error making your files')
}
}
}

0 comments on commit d309d93

Please sign in to comment.