Skip to content

Commit 515bf19

Browse files
authored
Fix typo
Closes GH-868. Reviewed-by: Remco Haszing <[email protected]> Reviewed-by: Titus Wormer <[email protected]>
1 parent a7ca8ed commit 515bf19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ const markdown = `
678678
# This is perfect!
679679
`
680680
681-
// Pass the value as an expresion as an only child:
681+
// Pass the value as an expression as an only child:
682682
const result = <Markdown>{markdown}</Markdown>
683683
```
684684

0 commit comments

Comments
 (0)