Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/configuration-reference.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Configuration Reference.

This document provides details about the availalbe configuration options
This document provides details about the available configuration options
available to configure `ipctl`. All configuration options can be specified
either in a configuration file and/or as environment variables.

Expand Down Expand Up @@ -262,7 +262,7 @@ name in various commands.

Any configuration value included in the `repository` section can be overridden
with environment variables prefixed with `IPCTL_REPOSITORY_<NAME>_<KEY>`. For
instace, to override the `reference` configuration value for the repository
instance, to override the `reference` configuration value for the repository
named `assets`, the environment variable would be
`IPCTL_REPOSITORY_ASSETS_REFERENCE`.

Expand Down