From 96e7840bb28daef7bc3545ec25837f9df3481913 Mon Sep 17 00:00:00 2001 From: zhangshj Date: Thu, 25 Mar 2021 08:52:57 +0800 Subject: [PATCH] correct a wrong word --- 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