Fix sh code block

This commit is contained in:
Chalarangelo
2021-04-13 21:11:46 +03:00
parent 2a45fca0a4
commit f057609564

View File

@ -9,7 +9,7 @@ excerpt: Learn how to add multiple authors to a git commit with this quick and e
You can add multiple authors to a git commit, by adding one or more `Co-authored-by` trailers to the commit's message:
```sh
```shellsession
$ git commit -m "Refactor usability tests.
>
>