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}