ci: add typo detection (#3327)

And fix them.
This commit is contained in:
Ammar Bandukwala
2022-08-01 09:29:52 -04:00
committed by GitHub
parent eb514357bb
commit 19fcf60864
25 changed files with 63 additions and 30 deletions

View File

@ -21,7 +21,7 @@ variable "step1_docker_host_warning" {
the Coder host, which is not necessarily your local machine.
You can specify a different host in the template file and
surpress this warning.
suppress this warning.
EOF
validation {
condition = contains(["Continue using /var/run/docker.sock on the Coder host"], var.step1_docker_host_warning)