From ead2a93244828fa0295fce3a7f994de728046120 Mon Sep 17 00:00:00 2001 From: it-education-md <128720033+it-education-md@users.noreply.github.com> Date: Sat, 28 Feb 2026 23:51:01 -0500 Subject: [PATCH] [2.x] fix: Fix spelling typos in contributing docs (#8835) **Problem** The contributing docs contain spelling typos in unit tests, coding style, and tech stack pages. **Solution** Corrected: - "prefered" -> "preferred" in 04_unit_tests.md - "exessive" -> "excessive" in 03_coding_style.md - "concete" -> "concrete" in 07_tech_stack.md --- contributing-docs/03_coding_style.md | 2 +- contributing-docs/04_unit_tests.md | 2 +- contributing-docs/07_tech_stack.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contributing-docs/03_coding_style.md b/contributing-docs/03_coding_style.md index f0bbe0b2b..6dca7829e 100644 --- a/contributing-docs/03_coding_style.md +++ b/contributing-docs/03_coding_style.md @@ -58,7 +58,7 @@ end O1 ### Comments - Use ScalaDoc to provide API documentation. In general, however, document the intent and background behind the code, rather than transcribing code to English. -- Avoid exessive inline comments, especially the ones that repeats the same information as the code. +- Avoid excessive inline comments, especially the ones that repeats the same information as the code. ### Returns diff --git a/contributing-docs/04_unit_tests.md b/contributing-docs/04_unit_tests.md index 5d482b1aa..f72bad020 100644 --- a/contributing-docs/04_unit_tests.md +++ b/contributing-docs/04_unit_tests.md @@ -12,7 +12,7 @@ project. Property-based testing with HedgeHog ------------------------------------ -sbt contains various testing frameworks, but our prefered unit testing framework is HedgeHog. +sbt contains various testing frameworks, but our preferred unit testing framework is HedgeHog. See [main-actions/src/test/scala/sbt/internal/WorkerExchangeTest.scala](../main-actions/src/test/scala/sbt/internal/WorkerExchangeTest.scala) for an example. diff --git a/contributing-docs/07_tech_stack.md b/contributing-docs/07_tech_stack.md index 9a02e1a92..2a6e56cbf 100644 --- a/contributing-docs/07_tech_stack.md +++ b/contributing-docs/07_tech_stack.md @@ -76,7 +76,7 @@ Gigahorse for HTTP ------------------ [Gigahorse][gigahorse] is a backend-independent HTTP library sbt uses for some features. -As the concete backend we use Apache HttpClient 5.x. +As the concrete backend we use Apache HttpClient 5.x. ```scala private val http = {