From 9201318ac7825062feec9c6fce2e5aa7b0757433 Mon Sep 17 00:00:00 2001 From: Matanya Loewenthal Date: Mon, 12 Aug 2024 16:54:03 -0600 Subject: [PATCH] typo: super nitpick, fro -> from --- docs/matchbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/matchbox.md b/docs/matchbox.md index 811c3005..80282d0d 100644 --- a/docs/matchbox.md +++ b/docs/matchbox.md @@ -126,7 +126,7 @@ Group selectors can use any key/value pairs you find useful. However, several la ### Config templates -Profiles can reference various templated configs. Ignition configs can be provided directly or rendered fro [Butane Config](https://coreos.github.io/butane/) template files. Cloud-Config templates files can be used to render a script or Cloud-Config. Generic template files can be used to render arbitrary untyped configs (experimental). Each template may contain [Go template](https://golang.org/pkg/text/template/) elements which will be rendered with machine group metadata, selectors, and query params. +Profiles can reference various templated configs. Ignition configs can be provided directly or rendered from [Butane Config](https://coreos.github.io/butane/) template files. Cloud-Config templates files can be used to render a script or Cloud-Config. Generic template files can be used to render arbitrary untyped configs (experimental). Each template may contain [Go template](https://golang.org/pkg/text/template/) elements which will be rendered with machine group metadata, selectors, and query params. For details and examples: