docs: fix typos

Fix various typos in Markdown documentation files.
This commit is contained in:
Andrei Rybak
2021-11-02 14:39:58 +01:00
parent 9ae676072c
commit a462a9f488
3 changed files with 6 additions and 6 deletions

View File

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

View File

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