From e57866d558dd2b37f50e28a70980d8732566df4d Mon Sep 17 00:00:00 2001 From: Justin Weissig Date: Wed, 15 May 2019 01:30:18 -0700 Subject: [PATCH] docs: fixed typo (#6732) Fixed typo: follwing/following. --- website/source/docs/secrets/gcp/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/secrets/gcp/index.html.md b/website/source/docs/secrets/gcp/index.html.md index a098de5ea..bac16456d 100644 --- a/website/source/docs/secrets/gcp/index.html.md +++ b/website/source/docs/secrets/gcp/index.html.md @@ -382,7 +382,7 @@ secrets engines behave, but it is for good reasons: GCP IAM has a hard limit (currently 10) on the number of Service Account keys. Attempts to generate more keys will result in an error. If you find yourself -running into this limit, consider the follwing: +running into this limit, consider the following: - Have shorter TTLs or revoke access earlier. If you are not using past Service Account keys, consider rotating and freeing quota earlier.