From 21aa95b139870efe73b1415e67ca6f7dedea604c Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 13 May 2025 10:20:22 +0200 Subject: [PATCH] docs/guides: Fix typos in migration guide --- docs/site/manual/migration-facts-vars.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/site/manual/migration-facts-vars.md b/docs/site/manual/migration-facts-vars.md index cba9774ec..866c6b82d 100644 --- a/docs/site/manual/migration-facts-vars.md +++ b/docs/site/manual/migration-facts-vars.md @@ -118,7 +118,7 @@ vars.generators.syncthing = { ``` Most of the usage patterns stay the same, but `vars` have a more ergonomic interface. There are not two different ways to define files anymore (public/secret). -Not files are defined under the files attribute and are secret by default. +Now files are defined under the `files` attribute and are secret by default. ## Happy Migration