From 5a2a422b38b5c446b7dea959befdb83e0de9db31 Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Sun, 28 Jul 2019 10:03:46 +0000 Subject: [PATCH] Fix typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,