From a807d20c2dcf28e23fe28bdd8307e1ca8d86c05b Mon Sep 17 00:00:00 2001 From: Petri Autero Date: Mon, 11 Feb 2019 23:37:42 +0200 Subject: [PATCH] [skip ci] Fix typo --- examples/client-certificate/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/client-certificate/README.md b/examples/client-certificate/README.md index b0467cc..7fe7b2b 100644 --- a/examples/client-certificate/README.md +++ b/examples/client-certificate/README.md @@ -5,7 +5,7 @@ There can be only one pending operation at a given point of time because of the This is a limitation on the concurrent writes to a CloudSQL database. To resolve this issue, we will create the certificate in a separate module. -Creating the certificate while there are other operations ongoing will result in Avoiding `googleapi: Error 409: Operation failed because another operation was already in progress.` +Creating the certificate while there are other operations ongoing will result in `googleapi: Error 409: Operation failed because another operation was already in progress.` ## How do you run this example?