We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1258c6d + d94547f commit 8e3ad44Copy full SHA for 8e3ad44
docs/userguide/DNS/Domains.md
@@ -90,7 +90,7 @@ This call provides the BIND (Berkeley Internet Name Domain) 9 formatted contents
90
91
```php
92
$asyncResponse = $domain->export();
93
-$body = $asyncResponse->waitFor('COMPLETE');
+$body = $asyncResponse->waitFor('COMPLETED');
94
echo $body['contents'];
95
```
96
0 commit comments