typo fixes (#3169)

* spelling fixes

* its/it's
This commit is contained in:
Chris O'Haver
2019-08-21 16:08:55 -04:00
committed by GitHub
parent 6881d6d585
commit 3f47fc8ba4
28 changed files with 32 additions and 33 deletions

View File

@@ -8,7 +8,7 @@
By enabling *metadata* any plugin that implements [metadata.Provider
interface](https://godoc.org/github.com/coredns/coredns/plugin/metadata#Provider) will be called for
each DNS query, at beginning of the process for that query, in order to add it's own meta data to
each DNS query, at beginning of the process for that query, in order to add its own meta data to
context.
The meta data collected will be available for all plugins, via the Context parameter provided in the