From e4a1934c14c2ca7dfc3b73ca458186aa6bf99d53 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Tue, 14 Apr 2026 17:23:08 +0200 Subject: [PATCH] doc: correct typo in PR contribution instructions Signed-off-by: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> --- doc/contributing/pull-requests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing/pull-requests.md b/doc/contributing/pull-requests.md index 9118374a95319f..0fcf4c339119b8 100644 --- a/doc/contributing/pull-requests.md +++ b/doc/contributing/pull-requests.md @@ -187,7 +187,7 @@ A good commit message should describe what changed and why. `Fixes:` and `Refs:` trailers get automatically added to your commit message when the Pull Request lands as long as they are included in the Pull Request's description. If the Pull Request lands in several commits, - by default the trailers found in the description are added to each commits. + by default the trailers found in the description are added to each commit. Examples: