Unverified Commit b1062f53 authored by Lim Ding Wen's avatar Lim Ding Wen Committed by GitHub

fix: Fix Typo (Editting -> Editing) (#161)

parent 29c835d2
......@@ -229,7 +229,7 @@ const MemoEditor: React.FC<Props> = () => {
return (
<div className={`memo-editor-container ${isEditing ? "edit-ing" : ""} ${state.fullscreen ? "fullscreen" : ""}`}>
<p className={"tip-text " + (isEditing ? "" : "hidden")}>Editting...</p>
<p className={"tip-text " + (isEditing ? "" : "hidden")}>Editing...</p>
<Editor
ref={editorRef}
{...editorConfig}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment