docs: fix typos
Fix various typos in Markdown documentation files.
This commit is contained in:
@ -74,7 +74,7 @@ $ nix-build release.nix -A build.x86_64-linux
|
||||
|
||||
### Connecting to the database
|
||||
|
||||
Assuming you're running the the default configuration with `foreman start`,
|
||||
Assuming you're running the default configuration with `foreman start`,
|
||||
open an interactive session with Postgres via:
|
||||
|
||||
```console
|
||||
|
@ -11,7 +11,7 @@ Note that the notification format is subject to change and should not be conside
|
||||
### `build_started`
|
||||
|
||||
* **Payload:** Exactly one value, the ID of the build.
|
||||
* **When:** Issued directly before building happens, and only if the derivation's outputs cannot be subsituted.
|
||||
* **When:** Issued directly before building happens, and only if the derivation's outputs cannot be substituted.
|
||||
* **Delivery Semantics:** Ephemeral. `hydra-notify` must be running to react to this event. No record of this event is stored.
|
||||
|
||||
### `step_finished`
|
||||
|
Reference in New Issue
Block a user