docs(storage): fix typo in storage/doc.go (#12391) · googleapis/google-cloud-go@bf74408

Original file line numberDiff line numberDiff line change

@@ -351,7 +351,7 @@ To create a client which will use gRPC, use the alternate constructor:

351351

// Use client as usual.

352352
353353

One major advantage of the gRPC API is that it can use [Direct Connectivity],

354-

enabling requests to skip some proxy steps and reducing responce latency.

354+

enabling requests to skip some proxy steps and reducing response latency.

355355

Requirements to use Direct Connectivity include:

356356
357357

- Your application must be running inside Google Cloud.