From dde91fd028285514260595dae71a031fde146de3 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Mon, 29 Jun 2020 17:12:01 -0400 Subject: [PATCH] Typo fix (you -> your) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4776037..569863d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,7 +37,7 @@ perltidy -l=99 -conv -ci=4 -ola -ce -nbbc -kis -pt=2 -b ddclient * Please keep your pull request commits rebased on top of master. * Please use `git rebase -i` to make your commits easy to review: - Put unrelated changes in separate commits - - Squash you fixup commits + - Squash your fixup commits * Write your commit message in imperative mood, and explain *why* the change is made (unless obvious) in addition to *what* is changed.