From 820b6ca53cb48d8fd0f707a36933c3c68f1286ac Mon Sep 17 00:00:00 2001 From: shoffmeister Date: Fri, 28 Apr 2023 23:40:50 +0200 Subject: [PATCH] Fix spelling mistake in configfile.md (#1261) --- docs/usage/configfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`