diff options
author | 2018-08-14 17:55:55 +0200 | |
---|---|---|
committer | 2018-08-14 08:55:55 -0700 | |
commit | 6d8a078704567821513e8ccab29fdc5baee809f7 (patch) | |
tree | 98f3d865bfa5b853780129647ca8be7027820acc /README.md | |
parent | 18a77cd04557b810eba96a7239d39ee2d7a92157 (diff) | |
download | coredns-6d8a078704567821513e8ccab29fdc5baee809f7.tar.gz coredns-6d8a078704567821513e8ccab29fdc5baee809f7.tar.zst coredns-6d8a078704567821513e8ccab29fdc5baee809f7.zip |
Typo fixes (#2031)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ Currently CoreDNS is able to: * Use k8s (kubernetes) as a backend (*kubernetes*). * Serve as a proxy to forward queries to some other (recursive) nameserver (*proxy*, and *forward*). * Provide metrics (by using Prometheus) (*metrics*). -* Provide query (*log*) and error (*error*) logging. +* Provide query (*log*) and error (*errors*) logging. * Support the CH class: `version.bind` and friends (*chaos*). * Support the RFC 5001 DNS name server identifier (NSID) option (*nsid*). * Profiling support (*pprof*). |