From 13c71acfa5c3a3b8db20650bb57fdfdf0241c939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=BE=99=E5=B3=B0?= Date: Tue, 6 Apr 2021 14:57:07 +0800 Subject: [PATCH] successful not sucessful --- site/content/en/docs/contrib/json_output.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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