mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 00:04:15 -04:00
Fix typo
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user