From 42c562d25c73464cab0fe4e3ecf5d1fea873cc31 Mon Sep 17 00:00:00 2001 From: therazor Date: Fri, 4 Dec 2020 20:59:28 +0000 Subject: [PATCH] correct typo in readme --- example-workflows/gke/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-workflows/gke/README.md b/example-workflows/gke/README.md index 31cb693e9..f26429aaa 100644 --- a/example-workflows/gke/README.md +++ b/example-workflows/gke/README.md @@ -54,7 +54,7 @@ For pushes to the `master` branch, this workflow will: - `Storage Admin` - allows publishing to Container Registry Note: These permissions are overly broad to favor a quick start. They do not - represent best practices around the Principle of Least Privledge. To + represent best practices around the Principle of Least Privilege. To properly restrict access, you should create a custom IAM role with the most restrictive permissions.