From a330a7f62088815b98d9d46a3b96ba60d338e7a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=B6xtermann?= Date: Tue, 8 Mar 2022 14:55:38 +0100 Subject: [PATCH] docs: fix typo in config-angular README (#3066) --- @commitlint/config-angular/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@commitlint/config-angular/README.md b/@commitlint/config-angular/README.md index 603414339d..82e558702f 100644 --- a/@commitlint/config-angular/README.md +++ b/@commitlint/config-angular/README.md @@ -129,7 +129,7 @@ echo "fix: some message" # passes The [angular commit convention](hhttps://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit) -dose not use a `!` to define a breaking change in the commit subject. If you +does not use a `!` to define a breaking change in the commit subject. If you want to use this feature please consider using the [conventional commit config](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional#commitlintconfig-conventional).