aboutsummaryrefslogtreecommitdiff
path: root/plugin/rewrite
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/rewrite')
-rw-r--r--plugin/rewrite/edns0.go2
-rw-r--r--plugin/rewrite/rewrite.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugin/rewrite/edns0.go b/plugin/rewrite/edns0.go
index 34aaf3d67..2872d089a 100644
--- a/plugin/rewrite/edns0.go
+++ b/plugin/rewrite/edns0.go
@@ -1,4 +1,4 @@
-// Package rewrite is plugin for rewriting requests internally to something different.
+// Package rewrite is a plugin for rewriting requests internally to something different.
package rewrite
import (
diff --git a/plugin/rewrite/rewrite.go b/plugin/rewrite/rewrite.go
index e72e975b2..2eabf6df2 100644
--- a/plugin/rewrite/rewrite.go
+++ b/plugin/rewrite/rewrite.go
@@ -29,7 +29,7 @@ const (
Continue = "continue"
)
-// Rewrite is plugin to rewrite requests internally before being handled.
+// Rewrite is a plugin to rewrite requests internally before being handled.
type Rewrite struct {
Next plugin.Handler
Rules []Rule