Skip to content

Commit 233b953

Browse files
committed
Update documentation typo
1 parent 906e390 commit 233b953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API-GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ $result = $client->updateCustomFieldOption($customFieldId, $optionId, $attribute
865865
#### Delete custom field
866866

867867
```php
868-
$result = $client->deleteCustomFieldOption($customFieldId);
868+
$result = $client->deleteCustomField($customFieldId);
869869
```
870870

871871
### Labels

0 commit comments

Comments
 (0)