aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar AllenZMC <zhongming.chang@daocloud.io> 2019-08-19 00:53:46 +0800
committerGravatar Miek Gieben <miek@miek.nl> 2019-08-18 16:53:46 +0000
commitbbf148360b2bd35b9a1e358fdf7984a33b15a8d5 (patch)
tree3740b313e39c2cda77a30af0374c820c2eec5f5b
parentc33fc9e3b091facdabaf028764ae3df5d85b53d3 (diff)
downloadcoredns-bbf148360b2bd35b9a1e358fdf7984a33b15a8d5.tar.gz
coredns-bbf148360b2bd35b9a1e358fdf7984a33b15a8d5.tar.zst
coredns-bbf148360b2bd35b9a1e358fdf7984a33b15a8d5.zip
fix wrong spells in coredns-007.md (#3142)
-rw-r--r--notes/coredns-007.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/notes/coredns-007.md b/notes/coredns-007.md
index f7ea3b45d..d723c5fef 100644
--- a/notes/coredns-007.md
+++ b/notes/coredns-007.md
@@ -30,7 +30,7 @@ Back to the release.
* gRPC and TLS are made first class citizens. See [the zone
specification](https://github.com/coredns/coredns/blob/master/README.md#zone-specification) on how
to use it. TL;DR using `grpc://` makes the server talk gRPC. The `tls` directive is used to
- specify TLS certifcates.
+ specify TLS certificates.
* Zipkin tracing can be enabled for all plugin.
# Plugins