diff --git a/content/v1.0.0/index.md b/content/v1.0.0/index.md index b977fdd..3b783f6 100644 --- a/content/v1.0.0/index.md +++ b/content/v1.0.0/index.md @@ -121,7 +121,7 @@ _BREAKING CHANGE: environment variables now take precedence over config files_. 1. If included in the type/scope prefix, breaking changes MUST be indicated by a `!` immediately before the `:`. If `!` is used, `BREAKING CHANGE:` MAY be omitted from the footer section, and the commit description SHALL be used to describe the breaking change. -1. Types other than `feat` and `fix` MAY be used in your commit messages, e.g., _docs: updated ref docs._ +1. Types other than `feat` and `fix` MAY be used in your commit messages, e.g., _docs: update ref docs._ 1. The units of information that make up Conventional Commits MUST NOT be treated as case sensitive by implementors, with the exception of BREAKING CHANGE which MUST be uppercase. 1. BREAKING-CHANGE MUST be synonymous with BREAKING CHANGE, when used as a token in a footer.