From beff00d5817e1b4e55e5f57e3e46bc2caaf44ee4 Mon Sep 17 00:00:00 2001 From: Seth Schoenfeld Date: Fri, 18 Feb 2022 15:19:24 -0800 Subject: [PATCH] Small syntax update (#1775) Apologies for the two tiny updates. The docs look really good. It's just an incorrect apostrophe. --- packages/marko/docs/marko-vs-react.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/marko/docs/marko-vs-react.md b/packages/marko/docs/marko-vs-react.md index e11ef4c28..e8cf88f46 100644 --- a/packages/marko/docs/marko-vs-react.md +++ b/packages/marko/docs/marko-vs-react.md @@ -633,7 +633,7 @@ response stream: require("./components/hello").render({ name: "John" }, res); ``` -> The user’s 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: