diff --git a/README.md b/README.md index ac29e54..ec2d1cf 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Other methods of installation (Unsupported) Configuring PowerDNS ==================== -Minimal cofiguration of PowerDNS for supporting nsedit has to include 3 directives: +Minimal configuration of PowerDNS for supporting nsedit has to include 3 directives: ``` webserver=yes api=yes diff --git a/index.php b/index.php index 8946931..e380145 100644 --- a/index.php +++ b/index.php @@ -1012,7 +1012,7 @@ $(document).ready(function () { type: 'checkbox', values: {'0': 'No', '1': 'Yes'}, defaultValue: 1, - inputClass: 'overwrite_namerserver' + inputClass: 'overwrite_nameserver' }, nameserver: { title: 'Nameservers',