Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Closes GH-868.

Reviewed-by: Remco Haszing <[email protected]>
Reviewed-by: Titus Wormer <[email protected]>
  • Loading branch information
deep-lyra authored Oct 25, 2024
1 parent a7ca8ed commit 515bf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ const markdown = `
# This is perfect!
`
// Pass the value as an expresion as an only child:
// Pass the value as an expression as an only child:
const result = <Markdown>{markdown}</Markdown>
```

Expand Down

0 comments on commit 515bf19

Please sign in to comment.