diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 17727d6d..9f873d73 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,5 +15,5 @@ For a detailed why and how please refer to one of the multiple [resources](https If you use `vi` for your commit message, consider to put the following snippet inside your `~/.vimrc`: ``` -autocmd Filetype gitcommit setlocal spell textwidth=72s +autocmd Filetype gitcommit setlocal spell textwidth=72 ```