Skip to content

Commit

Permalink
Added punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
maneesht committed Oct 6, 2022
1 parent bd2d6ac commit 05fa51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storage/src/implementation/backoff.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05fa51b

Please sign in to comment.