From 7b6bd31475bc55f2f8ed4e34252f81467de8b742 Mon Sep 17 00:00:00 2001 From: Bernard Szabo Date: Wed, 4 May 2022 15:24:13 -0400 Subject: [PATCH] docs: fix typo and clarify no feature loss requirement per Ray Zhou's PR feedback --- docs/decisions/0002-text-editor-adr.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/decisions/0002-text-editor-adr.md b/docs/decisions/0002-text-editor-adr.md index 884afde90..844bb7efe 100644 --- a/docs/decisions/0002-text-editor-adr.md +++ b/docs/decisions/0002-text-editor-adr.md @@ -4,7 +4,8 @@ Accepted # Context -We seek to hoist the lecacy text (HTML) text editor out of the monolith into a decoupled React application. +We seek to hoist the legacy text (HTML) text editor out of the monolith into a decoupled React application +without reducing editor capabilities in the process. The legacy editor delegates the bulk of its operations to the tinyMCE editor