diff --git a/docs/usage/configfile.md b/docs/usage/configfile.md index a20ca9ba..1c689305 100644 --- a/docs/usage/configfile.md +++ b/docs/usage/configfile.md @@ -105,7 +105,7 @@ hostAliases: # /etc/hosts style entries to be injected into /etc/hosts in the no - cloud.flare.dns options: k3d: # k3d runtime settings - wait: true # wait for cluster to be usable before returining; same as `--wait` (default: true) + wait: true # wait for cluster to be usable before returning; same as `--wait` (default: true) timeout: "60s" # wait timeout before aborting; same as `--timeout 60s` disableLoadbalancer: false # same as `--no-lb` disableImageVolume: false # same as `--no-image-volume`