diff options
author | 2019-08-21 16:08:55 -0400 | |
---|---|---|
committer | 2019-08-21 16:08:55 -0400 | |
commit | 3f47fc8ba4f43a074c078c71fccb8a0463d31672 (patch) | |
tree | aca616b315d0114a4351c4bdda2bdcf05a638b06 /notes | |
parent | 6881d6d5854a718cd5c754f496a53f9931d6e34e (diff) | |
download | coredns-3f47fc8ba4f43a074c078c71fccb8a0463d31672.tar.gz coredns-3f47fc8ba4f43a074c078c71fccb8a0463d31672.tar.zst coredns-3f47fc8ba4f43a074c078c71fccb8a0463d31672.zip |
typo fixes (#3169)
* spelling fixes
* its/it's
Diffstat (limited to 'notes')
-rw-r--r-- | notes/coredns-003.md | 2 | ||||
-rw-r--r-- | notes/coredns-1.2.6.md | 2 | ||||
-rw-r--r-- | notes/coredns-1.3.1.md | 2 | ||||
-rw-r--r-- | notes/coredns-1.6.2.md | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/notes/coredns-003.md b/notes/coredns-003.md index c1656e7a1..ce43b6842 100644 --- a/notes/coredns-003.md +++ b/notes/coredns-003.md @@ -28,7 +28,7 @@ Refused queries are properly logged and exported if metrics are enabled. * *auto*: numerous bugfixes. * *file*: fix data race in reload process and also reload a zone when it is `mv`ed (newly created) into place. Also rewrite the zone lookup algorithm and be more standards compliant, esp. in the area of DNSSEC, wildcards and empty-non-terminals; handle secure delegations. -* *kubernetes*: vender the k8s dependency and updates to be compatible with Kubernetes 1.4 and 1.5. +* *kubernetes*: vendor the k8s dependency and updates to be compatible with Kubernetes 1.4 and 1.5. Multiple cleanups and fixes. Kubernetes services can now be resolved. # Contributors diff --git a/notes/coredns-1.2.6.md b/notes/coredns-1.2.6.md index f8fbdeec9..1e3830137 100644 --- a/notes/coredns-1.2.6.md +++ b/notes/coredns-1.2.6.md @@ -27,7 +27,7 @@ kernels. * [*cache*](/plugins/cache) got some minor optimizations. -* [*errors*](/plugins/errors) (and *log*) gotten a new option (`consolidate`) to suppress loging. +* [*errors*](/plugins/errors) (and *log*) gotten a new option (`consolidate`) to suppress logging. * [*hosts*](/plugins/hosts) will now read the `hosts` file without holding a write lock. diff --git a/notes/coredns-1.3.1.md b/notes/coredns-1.3.1.md index e129bdfdf..acab8bd94 100644 --- a/notes/coredns-1.3.1.md +++ b/notes/coredns-1.3.1.md @@ -26,7 +26,7 @@ Mostly documentation updates in various plugins. Plus a small fix where we stop * [*log*](/plugins/log) now allows multiple names to be specified. - * [*import*](/plugins/import) was added to give it a README.md to make it's documentation more + * [*import*](/plugins/import) was added to give it a README.md to make its documentation more discoverable. * [*kubernetes*](/plugins/kubernetes) `TTL` is also applied to negative responses (NXDOMAIN, etc). diff --git a/notes/coredns-1.6.2.md b/notes/coredns-1.6.2.md index 7d1d8ed56..f942de7b3 100644 --- a/notes/coredns-1.6.2.md +++ b/notes/coredns-1.6.2.md @@ -12,7 +12,7 @@ The CoreDNS team has released This is a bug fix release, but it also features a new plugin called [*azure*](/plugins/azure). -It's compiled with Go 1.12.8 that incorperates fixes for HTTP/2 that may impact you if you use +It's compiled with Go 1.12.8 that incorporates fixes for HTTP/2 that may impact you if you use [DoH](https://tools.ietf.org/html/rfc8484). # Plugins |