Skip to content

Commit

Permalink
Fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefialho committed Jul 7, 2015
1 parent 0d802b1 commit a8e3672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ Before commit adjusts in project, check if exists an open issue and make referen

```javascript
// Good
git commit -m "Add placeholder in input #10"
git commit -m "Add placeholder on input #10"

// Bad
git commit -m "Add placeholder in input"
git commit -m "Add placeholder on input"
```

<a name="html"></a>
Expand Down

0 comments on commit a8e3672

Please sign in to comment.