mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 02:57:21 +02:00
[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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user