diff --git a/website/content/docs/cloud-init/usage.mdx b/website/content/docs/cloud-init/usage.mdx index 7874cad03..d9ef3c043 100644 --- a/website/content/docs/cloud-init/usage.mdx +++ b/website/content/docs/cloud-init/usage.mdx @@ -11,7 +11,7 @@ description: Various Vagrant Cloud-Init examples change in between releases. Use at your own risk. It currently is not officially supported or functional. -This feature currently reqiures the experimental flag to be used. To explicitly enable this feature, you can set the experimental flag to: +This feature currently requires the experimental flag to be used. To explicitly enable this feature, you can set the experimental flag to: ``` VAGRANT_EXPERIMENTAL="cloud_init" diff --git a/website/content/docs/disks/hyperv/index.mdx b/website/content/docs/disks/hyperv/index.mdx index 1500af9b9..570411cd7 100644 --- a/website/content/docs/disks/hyperv/index.mdx +++ b/website/content/docs/disks/hyperv/index.mdx @@ -13,7 +13,7 @@ description: |- change in between releases. Use at your own risk. It currently is not officially supported. -This feature currently reqiures the experimental flag to be used. To explicitly enable this feature, you can set the experimental flag to: +This feature currently requires the experimental flag to be used. To explicitly enable this feature, you can set the experimental flag to: ``` VAGRANT_EXPERIMENTAL="disks" diff --git a/website/content/docs/disks/hyperv/usage.mdx b/website/content/docs/disks/hyperv/usage.mdx index cbd0ba150..3264b54e4 100644 --- a/website/content/docs/disks/hyperv/usage.mdx +++ b/website/content/docs/disks/hyperv/usage.mdx @@ -13,7 +13,7 @@ description: |- change in between releases. Use at your own risk. It currently is not officially supported. -This feature currently reqiures the experimental flag to be used. To explicitly enable this feature, you can set the experimental flag to: +This feature currently requires the experimental flag to be used. To explicitly enable this feature, you can set the experimental flag to: ``` VAGRANT_EXPERIMENTAL="disks" diff --git a/website/content/docs/disks/virtualbox/index.mdx b/website/content/docs/disks/virtualbox/index.mdx index af6785194..8e9902bf6 100644 --- a/website/content/docs/disks/virtualbox/index.mdx +++ b/website/content/docs/disks/virtualbox/index.mdx @@ -13,7 +13,7 @@ description: |- change in between releases. Use at your own risk. It currently is not officially supported. -This feature currently reqiures the experimental flag to be used. To explicitly enable this feature, you can set the experimental flag to: +This feature currently requires the experimental flag to be used. To explicitly enable this feature, you can set the experimental flag to: ``` VAGRANT_EXPERIMENTAL="disks" diff --git a/website/content/docs/disks/virtualbox/usage.mdx b/website/content/docs/disks/virtualbox/usage.mdx index f6dac796b..47a27a6b8 100644 --- a/website/content/docs/disks/virtualbox/usage.mdx +++ b/website/content/docs/disks/virtualbox/usage.mdx @@ -13,7 +13,7 @@ description: |- change in between releases. Use at your own risk. It currently is not officially supported. -This feature currently reqiures the experimental flag to be used. To explicitly enable this feature, you can set the experimental flag to: +This feature currently requires the experimental flag to be used. To explicitly enable this feature, you can set the experimental flag to: ``` VAGRANT_EXPERIMENTAL="disks" diff --git a/website/content/docs/disks/vmware/index.mdx b/website/content/docs/disks/vmware/index.mdx index aa7fc5e87..21caf8c77 100644 --- a/website/content/docs/disks/vmware/index.mdx +++ b/website/content/docs/disks/vmware/index.mdx @@ -15,7 +15,7 @@ description: |- change in between releases. Use at your own risk. It currently is not officially supported. -This feature currently reqiures the experimental flag to be used. To explicitly enable this feature, you can set the experimental flag to: +This feature currently requires the experimental flag to be used. To explicitly enable this feature, you can set the experimental flag to: ``` VAGRANT_EXPERIMENTAL="disks" diff --git a/website/content/docs/disks/vmware/usage.mdx b/website/content/docs/disks/vmware/usage.mdx index 4fe525e32..4de757b6f 100644 --- a/website/content/docs/disks/vmware/usage.mdx +++ b/website/content/docs/disks/vmware/usage.mdx @@ -15,7 +15,7 @@ description: |- change in between releases. Use at your own risk. It currently is not officially supported. -This feature currently reqiures the experimental flag to be used. To explicitly enable this feature, you can set the experimental flag to: +This feature currently requires the experimental flag to be used. To explicitly enable this feature, you can set the experimental flag to: ``` VAGRANT_EXPERIMENTAL="disks" diff --git a/website/content/docs/provisioning/basic_usage.mdx b/website/content/docs/provisioning/basic_usage.mdx index 94f048c51..369c7bdfe 100644 --- a/website/content/docs/provisioning/basic_usage.mdx +++ b/website/content/docs/provisioning/basic_usage.mdx @@ -263,7 +263,7 @@ safely skip this. ~> **Warning!** This feature is still experimental and may break or change in between releases. Use at your own risk. -This feature currently reqiures the experimental flag to be used. To explicitly enable this feature, you can set the experimental flag to: +This feature currently requires the experimental flag to be used. To explicitly enable this feature, you can set the experimental flag to: ``` VAGRANT_EXPERIMENTAL="dependency_provisioners" diff --git a/website/content/docs/triggers/configuration.mdx b/website/content/docs/triggers/configuration.mdx index d7bca8f23..86081d098 100644 --- a/website/content/docs/triggers/configuration.mdx +++ b/website/content/docs/triggers/configuration.mdx @@ -100,7 +100,7 @@ hooks, and actions. ~> **Warning!** This feature is still experimental and may break or change in between releases. Use at your own risk. -This feature currently reqiures the experimental flag to be used. To explicitly enable this feature, you can set the experimental flag to: +This feature currently requires the experimental flag to be used. To explicitly enable this feature, you can set the experimental flag to: ``` VAGRANT_EXPERIMENTAL="typed_triggers"