Skip to content

Commit

Permalink
Adjust wording
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ffee committed Dec 19, 2017
1 parent 6a5bbd9 commit 1cdef00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ database host `db-1`, regardless of its HTTP status.

# Offsets

Useful command while using offsets, they might be different in MySQL versions:
Useful command when using offsets, they might be different in MySQL versions:

```
mysql -e 'show slave status' | tr '\t' '\n' | awk '{print NR-1, $1}' | less
Expand Down

0 comments on commit 1cdef00

Please sign in to comment.