mirror of https://github.com/sbt/sbt.git
[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:
parent
191894c471
commit
ead2a93244
|
|
@ -58,7 +58,7 @@ end O1
|
||||||
### Comments
|
### Comments
|
||||||
|
|
||||||
- Use ScalaDoc to provide API documentation. In general, however, document the intent and background behind the code, rather than transcribing code to English.
|
- 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
|
### Returns
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ project.
|
||||||
Property-based testing with HedgeHog
|
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.
|
See [main-actions/src/test/scala/sbt/internal/WorkerExchangeTest.scala](../main-actions/src/test/scala/sbt/internal/WorkerExchangeTest.scala) for an example.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -76,7 +76,7 @@ Gigahorse for HTTP
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
[Gigahorse][gigahorse] is a backend-independent HTTP library sbt uses for some features.
|
[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
|
```scala
|
||||||
private val http = {
|
private val http = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue