From 9309841a6cfa85005e0bf79e20415bb9220ba46e Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Fri, 12 Nov 2021 09:39:24 -0800 Subject: [PATCH] docs: Remove inconsistent colon in pull request docs (#15303) --- docs/developer-guide/contributing/pull-requests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-guide/contributing/pull-requests.md b/docs/developer-guide/contributing/pull-requests.md index 9c6f62fff63..dde1c31446f 100644 --- a/docs/developer-guide/contributing/pull-requests.md +++ b/docs/developer-guide/contributing/pull-requests.md @@ -64,7 +64,7 @@ The `tag` is one of the following: * `fix` - for a bug fix. * `feat` - either for a backwards-compatible enhancement or for a rule change that adds reported problems. * `fix!` - for a backwards-incompatible bug fix. -* `feat!:` - for a backwards-incompatible enhancement or feature. +* `feat!` - for a backwards-incompatible enhancement or feature. * `docs` - changes to documentation only. * `chore` - for changes that aren't user-facing. * `build` - changes to build process only.