From d0d5ec7d3fbe813590c23042afb96700ae2efef7 Mon Sep 17 00:00:00 2001 From: Austin Cawley-Edwards Date: Thu, 6 May 2021 13:18:46 -0400 Subject: [PATCH] docs: usage/configfile typo (#587) "yur" -> "your" nit --- 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 d4356059..d6082d39 100644 --- a/docs/usage/configfile.md +++ b/docs/usage/configfile.md @@ -43,7 +43,7 @@ Currently, the config file is still in an Alpha-State, meaning, that it is subje !!! info "Validation via JSON-Schema" k3d uses a [JSON-Schema](https://json-schema.org/) to describe the expected format and fields of the configuration file. This schema is also used to [validate](https://github.com/xeipuuv/gojsonschema#validation) a user-given config file. - This JSON-Schema can be found in the specific config version sub-directory in the repository (e.g. [here for `v1alpha2`](https://github.com/rancher/k3d/blob/main/pkg/config/v1alpha2/schema.json)) and could be used to lookup supported fields or by linters to validate the config file, e.g. in yur code editor. + This JSON-Schema can be found in the specific config version sub-directory in the repository (e.g. [here for `v1alpha2`](https://github.com/rancher/k3d/blob/main/pkg/config/v1alpha2/schema.json)) and could be used to lookup supported fields or by linters to validate the config file, e.g. in your code editor. ### All Options: Example