From 0d262ec188802ba2ac175db98059ac4603f02232 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Thu, 28 Aug 2025 10:29:14 +0200 Subject: [PATCH] Documentation --- docs/contributing/making-a-pull-request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/making-a-pull-request.md b/docs/contributing/making-a-pull-request.md index c276007fd..8dca0bfb2 100644 --- a/docs/contributing/making-a-pull-request.md +++ b/docs/contributing/making-a-pull-request.md @@ -404,7 +404,7 @@ your fork) and pull from the main repository's `master` branch into your 1. **Don't** just create a pull request with changes that are not explained. 2. **Do** discuss what you intend to do with people in the discussions so that the - rational for any changes is clear before you write or modify code. + rationale for any changes is clear before you write or modify code. 3. **Do** link to the discussion or any issues to provide the context for a pull request.