Skip to content

Commit 12c8a81

Browse files
authored
Merge pull request github#18619 from mmvanheusden/patch-2
Replace Atom with VSCode
2 parents de847a1 + 28b8440 commit 12c8a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/get-started/quickstart/contributing-to-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ gh repo fork <em>repository</em> --clone=true
8282

8383
## Making and pushing changes
8484

85-
Go ahead and make a few changes to the project using your favorite text editor, like [Atom](https://atom.io). You could, for example, change the text in `index.html` to add your GitHub username.
85+
Go ahead and make a few changes to the project using your favorite text editor, like [Visual Studio Code](https://code.visualstudio.com). You could, for example, change the text in `index.html` to add your GitHub username.
8686

8787
When you're ready to submit your changes, stage and commit your changes. `git add .` tells Git that you want to include all of your changes in the next commit. `git commit` takes a snapshot of those changes.
8888

0 commit comments

Comments
 (0)