[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
3 changed files with 3 additions and 3 deletions
+1 -1
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 = {