diff --git a/website/components/footer/index.jsx b/website/components/footer/index.jsx
index 4d7f1de91..131e2c735 100644
--- a/website/components/footer/index.jsx
+++ b/website/components/footer/index.jsx
@@ -15,7 +15,7 @@ export default function Footer({ openConsentManager }) {
Book
- VMWare
+ VMwarePrivacy
diff --git a/website/data/subnav.js b/website/data/subnav.js
index 283a31b9a..cc081d320 100644
--- a/website/data/subnav.js
+++ b/website/data/subnav.js
@@ -10,7 +10,7 @@ export default [
type: 'inbound',
},
{
- text: 'VMWare',
+ text: 'VMware',
url: '/vmware',
type: 'inbound',
},
diff --git a/website/pages/docs/providers/vmware/installation.mdx b/website/pages/docs/providers/vmware/installation.mdx
index e76be78ec..75b257f80 100644
--- a/website/pages/docs/providers/vmware/installation.mdx
+++ b/website/pages/docs/providers/vmware/installation.mdx
@@ -97,11 +97,11 @@ $ vagrant plugin update vagrant-vmware-desktop
## Frequently Asked Questions
-**Q: Can Vagrant VMWare Plugin work without internet?**
+**Q: Can Vagrant VMware Plugin work without internet?**
-No, Vagrant VMWare plugin requires a new license every 6 weeks. Vagrant will try to renew the
+No, Vagrant VMware plugin requires a new license every 6 weeks. Vagrant will try to renew the
license automatically. If you are on an environment without internet, after 4 weeks Vagrant will emit a warning,
-and after 6 weeks, the VMWare plugin will stop working. You can install a new license to reactive vagrant.
+and after 6 weeks, the VMware plugin will stop working. You can install a new license to reactive vagrant.
**Q: I purchased a Vagrant VMware plugin license, but I did not receive an email?**
diff --git a/website/pages/docs/providers/vmware/kernel-upgrade.mdx b/website/pages/docs/providers/vmware/kernel-upgrade.mdx
index 42750a120..0f9662a3d 100644
--- a/website/pages/docs/providers/vmware/kernel-upgrade.mdx
+++ b/website/pages/docs/providers/vmware/kernel-upgrade.mdx
@@ -27,7 +27,7 @@ This setting is disabled by default. The Vagrantfile settings below will
enable auto-upgrading:
```ruby
-# Ensure that VMWare Tools recompiles kernel modules
+# Ensure that VMware Tools recompiles kernel modules
# when we update the linux images
$fix_vmware_tools_script = <