Skip to content

Commit

Permalink
Fix typo (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
qmoya authored Mar 2, 2023
1 parent f1a2168 commit be9d301
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 @@ -78,7 +78,7 @@ render(document)
// <!doctype html><html><body><h1>Welcome!</h1><p>You’ve found our site!</p></body></html>
```

And of course you can first run the document through the `unexlaim` transformation, and then render it:
And of course you can first run the document through the `unexclaim` transformation, and then render it:

```swift
render(unexclaim(document))
Expand Down

0 comments on commit be9d301

Please sign in to comment.