From 6de6009a4aaf29dbab118842b0c7550850620c2c Mon Sep 17 00:00:00 2001 From: Eric Joel Hernandez <81542075+ericjhernandezj@users.noreply.github.com> Date: Sat, 31 Dec 2022 15:18:35 -0500 Subject: [PATCH] Fix spelling error --- 8-code-editor/1-using-a-code-editor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/8-code-editor/1-using-a-code-editor/README.md b/8-code-editor/1-using-a-code-editor/README.md index 5d8368ed..f35d27a5 100644 --- a/8-code-editor/1-using-a-code-editor/README.md +++ b/8-code-editor/1-using-a-code-editor/README.md @@ -95,7 +95,7 @@ Select a file to open it on the code area, make your changes and save. Once you are done updating your project, select the _`source control`_ icon which contains all the new changes you have made to your repository. -To view the changes you made to your project, select the file(s) in the `Changes` folder in the expanded activity bar. This will open a 'Working Tree' for you to visually see the changes you made to the file. Red shows an ommission to the project, while green signifies an addition. +To view the changes you made to your project, select the file(s) in the `Changes` folder in the expanded activity bar. This will open a 'Working Tree' for you to visually see the changes you made to the file. Red shows an omission to the project, while green signifies an addition. ![View changes](../images/working-tree.png)