summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorShreem Asati <96364929+shreem-123@users.noreply.github.com>2022-10-19 11:57:54 +0530
committerGitHub <noreply@github.com>2022-10-19 08:27:54 +0200
commita7d910c3a61d8599f748a8ddae59ecdd9424022a (patch)
treec2bc27efe09b941363c1e0f6ea8881f1950f3b1b /CONTRIBUTING.md
parent4e4961e60c6e4bb6a3bd30bc70576f00ea519930 (diff)
downloadzsh-a7d910c3a61d8599f748a8ddae59ecdd9424022a.tar.gz
zsh-a7d910c3a61d8599f748a8ddae59ecdd9424022a.tar.bz2
zsh-a7d910c3a61d8599f748a8ddae59ecdd9424022a.zip
chore: fix typo in CONTRIBUTING.md (#11273)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 59cf96012..e78bd8192 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -233,7 +233,7 @@ type(scope)!: subject
Try to keep the first commit line short. This is harder to do using this commit style but try to be
concise and if you need more space, you can use the commit body. Try to make sure that the commit
-subject is clear and precise enough that users will know what change by just looking at the changelog.
+subject is clear and precise enough that users will know what changed by just looking at the changelog.
----