Skip to content

Commit ea9b088

Browse files
committed
doc fix
1 parent 8e1321a commit ea9b088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/clients/guides/wait-for-api-key-to-be-valid.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const { key } = await client.addApiKey({
2929
await client.waitForApiKey({ operation: 'add', key });
3030

3131
// Poll the task status with your options
32-
await client.waitForTask({
32+
await client.waitForApiKey({
3333
operation: 'add',
3434
key,
3535
// Number of maximum retries to do

0 commit comments

Comments
 (0)