Skip to content

Commit a1d3de1

Browse files
authored
chore: fix typo in comment (#368)
1 parent 0aa2ba1 commit a1d3de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/get-client.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ test('Use the same throttler for endpoints in the same rate limit group', async
175175
// `issues.createComment` should be called `coreRate` ms after `repos.createRelease`
176176
t.true(inRange(d - c, coreRate - 50, coreRate + 50));
177177

178-
// The first search should be called immediatly as it uses a different throttler
178+
// The first search should be called immediately as it uses a different throttler
179179
t.true(inRange(e - d, -50, 50));
180180
// The second search should be called only after `searchRate` ms
181181
t.true(inRange(f - e, searchRate - 50, searchRate + 50));

0 commit comments

Comments
 (0)