Skip to content

Commit dbf06c4

Browse files
Fixed typo
Fixed typo, was "Se the path" rather than "Set" Also, you may want to consider updating the Mac git install instructions for something newer (https://git-scm.com/install/mac), as git-osx-installer is abandoned. Though I appreciate how the installer may be simpler to use.
1 parent d25ed50 commit dbf06c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

2b-setup/vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ In VS Code, click on the "cog" icon in the bottom left, and choose "Settings". C
4848
"git.path": ""
4949
}
5050
```
51-
Se the path by putting `/usr/bin/git` between the quotation marks, so that it looks like this:
51+
Set the path by putting `/usr/bin/git` between the quotation marks, so that it looks like this:
5252
```json
5353
{
5454
"git.path": "/usr/bin/git"

0 commit comments

Comments
 (0)