DOCS: fix jsId for Netcup Provider (#900)

According usage example jsId should be all uppercase
This commit is contained in:
Denis Zavershinskiy 2020-10-09 18:50:35 +07:00 committed by GitHub
parent 824ed2b75e
commit e92717fc77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
name: Netcup
title: Netcup Provider
layout: default
jsId: Netcup
jsId: NETCUP
---
# Netcup Provider
@ -35,4 +35,4 @@ D('example.tld', REG_NONE, DnsProvider(NETCUP),
## Caveats
Netcup does not allow any TTLs to be set for individual records. Thus in
the diff/preview it will always show a TTL of 0. `NS` records are also
not currently supported.
not currently supported.