From c6a48a1b9e12ac381bdeb574efd25beb74faf050 Mon Sep 17 00:00:00 2001 From: Mark Allen Date: Thu, 3 Jan 2019 22:25:11 -0500 Subject: [PATCH] Fix minor typos in example comments (#2507) No code changes. --- examples/mentions/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/mentions/index.js b/examples/mentions/index.js index a132e4c84..3853071b5 100644 --- a/examples/mentions/index.js +++ b/examples/mentions/index.js @@ -1,6 +1,6 @@ /* This example is intended to be a super basic mentions implementation that -people can work off of. What is show here is how to detect when a user starts +people can work off of. What is shown here is how to detect when a user starts typing a mention, making a search query, and then inserting a mention when the user selects an item. There are a few improvements that can be made in a production implementation: @@ -134,7 +134,7 @@ class MentionsExample extends React.Component { renderMark(props, editor, next) { if (props.mark.type === CONTEXT_MARK_TYPE) { return ( - // Adding the className here is important so taht the `Suggestions` + // Adding the className here is important so that the `Suggestions` // component can find an anchor. {props.children}