Skip to content

Commit 2cecc49

Browse files
omahssaragibby
authored andcommitted
fix typos
1 parent 6dadfd9 commit 2cecc49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

8-code-editor/1-using-a-code-editor/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ To view the changes you made to your project, select the file(s) in the `Changes
9999

100100
![View changes](../images/working-tree.png)
101101

102-
If you are safisfied with the changes you made, hover on the `Changes` folder and click the `+` button to stage the changes. Staging simply means preparing your changes to commit them to GitHub.
102+
If you are satisfied with the changes you made, hover on the `Changes` folder and click the `+` button to stage the changes. Staging simply means preparing your changes to commit them to GitHub.
103103

104104
If however you are not comfortable with some changes and you want to discard them, hover on the `Changes` folder and select the `undo` icon.
105105

@@ -113,7 +113,7 @@ Once done working on your project, select the `hamburger menu icon` at the top l
113113
Installing extensions on VSCode allows you to add new features and customized development environment options on your editor to improve your development workflow. These extensions also help you add support for multiple programming languages and are often either generic extensions or language-based extensions.
114114

115115
To browse through the list of all available extensions, click the _`Extensions icon`_ on the activity bar and start typing the name of the extension on the text field labelled _'Search Extensions in Marketplace'_.
116-
You will see a list of extensions, each one containing **the extension name, publisher's name, a 1 sentense description, number of downloads** and **a star rating**.
116+
You will see a list of extensions, each one containing **the extension name, publisher's name, a 1 sentence description, number of downloads** and **a star rating**.
117117

118118
![Extension details](../images/extension-details.png)
119119

0 commit comments

Comments
 (0)