Skip to content

Commit

Permalink
docs: fix typo in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Simple typo fix. It should be `git log --oneline`. Not `--online`.

Signed-off-by: Andreas Tolfsen <ato@mozilla.com>
  • Loading branch information
stvsmth authored and andreastt committed Apr 9, 2015
1 parent b2f6073 commit 20d3c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ Fixes #141
```

The first line must be meaningful as it's what people see when they
run `git shortlog` or `git log --online`.
run `git shortlog` or `git log --oneline`.

### Step 4: Rebase

Expand Down

0 comments on commit 20d3c98

Please sign in to comment.