diff options
author | 2019-08-19 00:53:46 +0800 | |
---|---|---|
committer | 2019-08-18 16:53:46 +0000 | |
commit | bbf148360b2bd35b9a1e358fdf7984a33b15a8d5 (patch) | |
tree | 3740b313e39c2cda77a30af0374c820c2eec5f5b | |
parent | c33fc9e3b091facdabaf028764ae3df5d85b53d3 (diff) | |
download | coredns-bbf148360b2bd35b9a1e358fdf7984a33b15a8d5.tar.gz coredns-bbf148360b2bd35b9a1e358fdf7984a33b15a8d5.tar.zst coredns-bbf148360b2bd35b9a1e358fdf7984a33b15a8d5.zip |
fix wrong spells in coredns-007.md (#3142)
-rw-r--r-- | notes/coredns-007.md | 2 |
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 |