diff options
author | 2019-07-28 10:03:46 +0000 | |
---|---|---|
committer | 2019-07-28 10:03:46 +0000 | |
commit | 5a2a422b38b5c446b7dea959befdb83e0de9db31 (patch) | |
tree | e9eb9da4cc349ae23a36f8255ce8105f8110d8e2 | |
parent | 4ecc9c4c430bfe607c6f6198f5df69b3babbbd17 (diff) | |
download | coredns-5a2a422b38b5c446b7dea959befdb83e0de9db31.tar.gz coredns-5a2a422b38b5c446b7dea959befdb83e0de9db31.tar.zst coredns-5a2a422b38b5c446b7dea959befdb83e0de9db31.zip |
Fix typo
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5cfccf49e..8774238a0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,7 +46,7 @@ faster. A new plugin is (usually) about 1000 lines of Go. This includes tests and some plugin boiler plate. This is a considerable amount of code and will take time to review. To prevent too much back and -forth it is advisable to start with the plugin's `README.md`; This will be it's main documentation and will help +forth it is advisable to start with the plugin's `README.md`; This will be its main documentation and will help nail down the correct name of the plugin and its various config options. From there it can work its way through the rest (`setup.go`, the `ServeDNS` handler function, |