aboutsummaryrefslogtreecommitdiff
path: root/plugin.md
diff options
context:
space:
mode:
authorGravatar Chris O'Haver <cohaver@infoblox.com> 2019-11-18 11:10:25 -0500
committerGravatar Miek Gieben <miek@miek.nl> 2019-11-18 16:10:25 +0000
commit65cae54ddfc5256b4133d0ff9f1e9fbe99579d77 (patch)
tree89da13aa700e53591ce92778f7971231f9b495ba /plugin.md
parent54bd9bb0ac882f587eebdecdacb162f6c44b8464 (diff)
downloadcoredns-65cae54ddfc5256b4133d0ff9f1e9fbe99579d77.tar.gz
coredns-65cae54ddfc5256b4133d0ff9f1e9fbe99579d77.tar.zst
coredns-65cae54ddfc5256b4133d0ff9f1e9fbe99579d77.zip
Update plugin.md (#3469)
Diffstat (limited to 'plugin.md')
-rw-r--r--plugin.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin.md b/plugin.md
index 915ff8fc2..b85a4c28a 100644
--- a/plugin.md
+++ b/plugin.md
@@ -67,7 +67,7 @@ works, and implement the `ready.Readiness` interface.
## Opening Sockets
See the plugin/pkg/reuseport for `Listen` and `ListenPacket` functions. Using these functions makes
-you plugin handle reload events better.
+your plugin handle reload events better.
## Documentation