Skip to content

Commit d94547f

Browse files
committed
Docs said 'COMPLETE' but code uses 'COMPLETED'
1 parent 1258c6d commit d94547f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/userguide/DNS/Domains.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ This call provides the BIND (Berkeley Internet Name Domain) 9 formatted contents
9090

9191
```php
9292
$asyncResponse = $domain->export();
93-
$body = $asyncResponse->waitFor('COMPLETE');
93+
$body = $asyncResponse->waitFor('COMPLETED');
9494
echo $body['contents'];
9595
```
9696

0 commit comments

Comments
 (0)