From: Vincent Bernat Date: Wed, 19 Aug 2020 07:02:18 +0000 (+0200) Subject: Fix capitalization of Zone in documentation X-Git-Tag: rec-4.4.0-beta1~29^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7c23a9fff51e3ff27d298024d1880c305ce65a6;p=thirdparty%2Fpdns.git Fix capitalization of Zone in documentation --- diff --git a/docs/http-api/zone.rst b/docs/http-api/zone.rst index b8b8b595a8..ddda71559f 100644 --- a/docs/http-api/zone.rst +++ b/docs/http-api/zone.rst @@ -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 ` 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.