From b61dbbd7185a8143813c702e9dfe6acebad3cc16 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Wed, 9 Nov 2022 14:56:34 +0100 Subject: [PATCH] fix: remove lexical illusion in playground guidance (#2360) ## What I have removed a lexical illusion lexical illusion in this guidance step, where "context field" was repeated. ## Why Because it's unintended and doesn't make any sense in the the sentence. --- .../Playground/PlaygroundGuidance/PlaygroundGuidance.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/component/playground/Playground/PlaygroundGuidance/PlaygroundGuidance.tsx b/frontend/src/component/playground/Playground/PlaygroundGuidance/PlaygroundGuidance.tsx index ed1e36a7f7d..55b41e9c1e4 100644 --- a/frontend/src/component/playground/Playground/PlaygroundGuidance/PlaygroundGuidance.tsx +++ b/frontend/src/component/playground/Playground/PlaygroundGuidance/PlaygroundGuidance.tsx @@ -26,7 +26,7 @@ export const PlaygroundGuidance = () => {