mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -04:00
fix mis-spelling (#3310)
Signed-off-by: xieyanker <xjsisnice@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user