diff --git a/website/content/intro/vs/docker.mdx b/website/content/intro/vs/docker.mdx
index 05f1ab2711a..d1f079c0fff 100644
--- a/website/content/intro/vs/docker.mdx
+++ b/website/content/intro/vs/docker.mdx
@@ -9,7 +9,7 @@ description: |-
 # Vagrant vs. Docker
 
 Vagrant is a tool focused on providing a consistent development environment
-workflow across multiple operating systems. Docker is a container management
+workflow across multiple operating systems. Docker is a container management tool
 that can consistently run software as long as a containerization system exists.
 
 Containers are generally more lightweight than virtual machines, so starting