From 4da3ec5bce35dd09d4cc0b5ecad1641298f13d6f Mon Sep 17 00:00:00 2001 From: Martonveghcode Date: Mon, 6 Jul 2026 18:38:54 +0200 Subject: [PATCH] Fix documentation typos --- test/vagrant-spec/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/vagrant-spec/readme.md b/test/vagrant-spec/readme.md index ebefb6511bb..4b27ec6118b 100644 --- a/test/vagrant-spec/readme.md +++ b/test/vagrant-spec/readme.md @@ -86,7 +86,7 @@ VAGRANT_SPEC_ARGS="--component cli" VAGRANT_CLOUD_TOKEN=REAL_TOKEN_HERE VAGRANT_ ### About Vagrantfile.spec This Vagrantfile expects the box used to end in a specific "platform", so that it can associate -a provision script with the correct plaform. Because some boxes might not end in +a provision script with the correct platform. Because some boxes might not end in their platform (like `hashicorp-vagrant/ubuntu-16.04` versus `hashicorp/bionic64`), there is a hash defined called `PLATFORM_SCRIPT_MAPPING` that will tell vagrant which platform script to provision with rather than relying on the box ending with