From 65cae54ddfc5256b4133d0ff9f1e9fbe99579d77 Mon Sep 17 00:00:00 2001 From: Chris O'Haver Date: Mon, 18 Nov 2019 11:10:25 -0500 Subject: [PATCH] Update plugin.md (#3469) --- plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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