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?