]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix capitalization of Zone in documentation 9394/head
authorVincent Bernat <vincent@bernat.ch>
Wed, 19 Aug 2020 07:02:18 +0000 (09:02 +0200)
committerGitHub <noreply@github.com>
Wed, 19 Aug 2020 07:02:18 +0000 (09:02 +0200)
docs/http-api/zone.rst

index b8b8b595a8468cceb0ed1e215a87c5bc441dd217..ddda71559fb61fcdf4310ac0c3281d705203f742 100644 (file)
@@ -37,7 +37,7 @@ Changes made through the Zones API will always yield valid zone data, as the API
 
 DNSSEC-enabled zones should be :ref:`rectified <rules-for-filling-out-dnssec-fields>` after changing the zone data.
 This can be done by the API automatically after a change when the :ref:`metadata-api-rectify` metadata is set.
-When creating or updating a zone, the "api_rectify" field of the :json:object:`ZOne` can be set to `true` to enable this behaviour.
+When creating or updating a zone, the "api_rectify" field of the :json:object:`Zone` can be set to `true` to enable this behaviour.
 
 Backends might implement additional features (by coincidence or not).
 These things are not supported through the API.