From 79f352d2b3e6bd8ce3988c480b0c11463be08cc3 Mon Sep 17 00:00:00 2001 From: AllenZMC Date: Mon, 29 Jul 2019 21:35:29 +0800 Subject: [PATCH] fix typos in coredns-1.5.2.md (#3063) --- notes/coredns-1.5.2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/coredns-1.5.2.md b/notes/coredns-1.5.2.md index 7e3958850..5e5c3ff25 100644 --- a/notes/coredns-1.5.2.md +++ b/notes/coredns-1.5.2.md @@ -32,7 +32,7 @@ Yong Tang. ## Noteworthy Changes -* plugin/file: close correctlty after AXFR (https://github.com/coredns/coredns/pull/2943) +* plugin/file: close correctly after AXFR (https://github.com/coredns/coredns/pull/2943) * plugin/file: load secondary zones lazily on startup (https://github.com/coredns/coredns/pull/2944) * plugin/template: support metadata (https://github.com/coredns/coredns/pull/2958) * build: Update Caddy to 1.0.1, and update import path (https://github.com/coredns/coredns/pull/2961)