Skip to content

Commit 8e3ad44

Browse files
author
Jamie Hannaford
committed
Merge pull request #535 from gecampbell/working
fixed code example in DNS docs
2 parents 1258c6d + d94547f commit 8e3ad44

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)