From f69a2b40da74afa042971fdcf2bad8a81ba1523c Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Wed, 21 Apr 2021 21:35:05 +0900 Subject: [PATCH] Fix typo in gci/README.md becase -> because --- cluster/gce/gci/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/gce/gci/README.md b/cluster/gce/gci/README.md index 583a9b322fd..9cec32c2b55 100644 --- a/cluster/gce/gci/README.md +++ b/cluster/gce/gci/README.md @@ -42,7 +42,7 @@ There are three ways to specify an image used by each testing suite: `image`, * `image_family` should be used if you always want to use latest image in the same family. Tests will start to use new images once COS releases - new image. This is not predictable and test can potentially be broken becase of this. The probability of a + new image. This is not predictable and test can potentially be broken because of this. The probability of a breakage due to the OS itself is low for LTS or stable image, but high for dev or beta image. If things went wrong, it will be hard to rollback images using `image_regex` and `image_family`. e.g: