From 3006d63b5cb9a13f23cc167f9bb6c9bd3508468b Mon Sep 17 00:00:00 2001 From: AdamDang Date: Sun, 25 Mar 2018 20:33:34 +0800 Subject: [PATCH] Update testing.md Delete a duplicated "that" in line 44. --- docs/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing.md b/docs/testing.md index 9b1211303b..e7cf1615ec 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -41,6 +41,6 @@ are run through CI, then you will most likely want to test your changes end-to-e **Disclaimer:** -Note that that the cluster you create should have permission to pull images from the registry +Note that the cluster you create should have permission to pull images from the registry you are using to push the image to. You can either make your registry publically readable or give explicit permission to your cluster's project service account.