diff --git a/site/content/en/docs/contrib/json_output.en.md b/site/content/en/docs/contrib/json_output.en.md
index c61e91a4ee..6ef594c9f0 100644
--- a/site/content/en/docs/contrib/json_output.en.md
+++ b/site/content/en/docs/contrib/json_output.en.md
@@ -6,7 +6,7 @@ description: >
   How to add logs to facilitate JSON output
 ---
 
-This document is written for minikube contributors who need to add logs to the minikube log registry for sucessful JSON output.
+This document is written for minikube contributors who need to add logs to the minikube log registry for successful JSON output.
 You may need to add logs to the registry if the `TestJSONOutput` integration test is failing on your PR.
 
 ### Background