Skip to content

Commit 985572d

Browse files
keep linter happier
1 parent 8af4c67 commit 985572d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

md/week1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ We're going to talk about git and commits a lot more in the coming weeks, but fo
320320
321321
1. First thing you need to do is tell git who you are. Type\* these two commands into your terminal.
322322
323-
```
323+
```terminal
324324
git config --global user.email "email@example.com"
325325
git config --global user.name "Ben Doherty"
326326
```

0 commit comments

Comments
 (0)