Skip to content

Commit

Permalink
text change
Browse files Browse the repository at this point in the history
  • Loading branch information
yung-coder committed Aug 18, 2022
1 parent 3b06711 commit 83ef6e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/plays/code-editor/Modal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.",

},
];
Expand Down

0 comments on commit 83ef6e3

Please sign in to comment.