Browse Source

chore: fix typo in CONTRIBUTING.md (#11273)

Shreem Asati 1 year ago
parent
commit
a7d910c3a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CONTRIBUTING.md

+ 1 - 1
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.
 
 ----