Skip to content

Commit 05fa51b

Browse files
committed
Added punctuation
1 parent bd2d6ac commit 05fa51b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/storage/src/implementation/backoff.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export { id };
2626
/**
2727
* Accepts a callback for an action to perform (`doRequest`),
2828
* and then a callback for when the backoff has completed (`backoffCompleteCb`).
29-
* The callback sent to start requires an argument to call (`onRequestComplete`)
29+
* The callback sent to start requires an argument to call (`onRequestComplete`).
3030
* When `start` calls `doRequest`, it passes a callback for when the request has
3131
* completed, `onRequestComplete`. Based on this, the backoff continues, with
3232
* another call to `doRequest` and the above loop continues until the timeout

0 commit comments

Comments
 (0)