Fix spelling in docs

Closes #6549.

PiperOrigin-RevId: 219631485
diff --git a/site/docs/migrate-maven.md b/site/docs/migrate-maven.md
index cb91832..a83ed4f 100644
--- a/site/docs/migrate-maven.md
+++ b/site/docs/migrate-maven.md
@@ -233,7 +233,7 @@
 #### <a name="guava-2"></a>Guava project example: start with one BUILD file
 
 When migrating the Guava project to Bazel, initially one BUILD file is used
-to build the enitre project. Here are the contents of this initial `BUILD`
+to build the entire project. Here are the contents of this initial `BUILD`
 file in the workspace directory:
 
 ```bash