Small syntax update (#1775)

Apologies for the two tiny updates. The docs look really good. It's just an incorrect apostrophe.
This commit is contained in:
Seth Schoenfeld 2022-02-18 15:19:24 -08:00 committed by GitHub
parent 8b0abcf0db
commit beff00d581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -633,7 +633,7 @@ response stream:
require("./components/hello").render({ name: "John" }, res);
```
> The users of a Marko UI component do not need to know that the component was
> The users of a Marko UI component do not need to know that the component was
> implemented using Marko.
Contrast this with React as an example: