From 83ef6e3cb0c171ebc3b088b41675b4f64d9e6871 Mon Sep 17 00:00:00 2001 From: Saksham chandel <94097778+yung-coder@users.noreply.github.com> Date: Thu, 18 Aug 2022 20:09:11 +0530 Subject: [PATCH] text change --- src/plays/code-editor/Modal.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/plays/code-editor/Modal.jsx b/src/plays/code-editor/Modal.jsx index 19c7fd3a6..fccc04dd3 100644 --- a/src/plays/code-editor/Modal.jsx +++ b/src/plays/code-editor/Modal.jsx @@ -9,19 +9,19 @@ const Modal = ({ showModal, toggle }) => { const structuringData = [ { - info: "Its a code editor for html css and js made using codemirror your can write your code seprately from html css and js ", + info: "Its a code editor for html css and js made using codemirror your can write your code seprately for html css and js. ", }, { - info: "Javascript will work normally and can be used to manipulate things but their will not be shown any output for it like for console loging ", + info: "Javascript will work normally and can be used to manipulate things but their will not be shown any output for it like for console loging.", }, { - info: "Css output will be shown when try to make style changes using it ", + info: "Css output will be shown when try to make style changes using it.", }, { - info: "Lastly all your output will be displayed in output section as you type ", + info: "Lastly all your output will be displayed in output section as you type.", }, ];