[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
This commit is contained in:
it-education-md 2026-02-28 23:51:01 -05:00 committed by GitHub
parent 191894c471
commit ead2a93244
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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.

View File

@ -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 = {