From 05fa51b36739bd98dd80da1d5bb06462ad73c048 Mon Sep 17 00:00:00 2001 From: Maneesh Tewani Date: Thu, 6 Oct 2022 10:47:24 -0700 Subject: [PATCH] Added punctuation --- packages/storage/src/implementation/backoff.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/storage/src/implementation/backoff.ts b/packages/storage/src/implementation/backoff.ts index e18b5771ff2..2a44bd85150 100644 --- a/packages/storage/src/implementation/backoff.ts +++ b/packages/storage/src/implementation/backoff.ts @@ -26,7 +26,7 @@ export { id }; /** * Accepts a callback for an action to perform (`doRequest`), * and then a callback for when the backoff has completed (`backoffCompleteCb`). - * The callback sent to start requires an argument to call (`onRequestComplete`) + * The callback sent to start requires an argument to call (`onRequestComplete`). * When `start` calls `doRequest`, it passes a callback for when the request has * completed, `onRequestComplete`. Based on this, the backoff continues, with * another call to `doRequest` and the above loop continues until the timeout