aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorGravatar Dan Panzarella <pzl@users.noreply.github.com> 2019-10-28 15:17:54 -0400
committerGravatar corbot[bot] <39114087+corbot[bot]@users.noreply.github.com> 2019-10-28 19:17:54 +0000
commit1821d9cb7e77fb9cdc8b90f46171d7c16b14e37c (patch)
tree27395726ef9dc8e1bbe3501bbd1230ac2b8d66e7 /plugin
parenteca2385bdd82e9d49c7b9498f22abc678235a954 (diff)
downloadcoredns-1821d9cb7e77fb9cdc8b90f46171d7c16b14e37c.tar.gz
coredns-1821d9cb7e77fb9cdc8b90f46171d7c16b14e37c.tar.zst
coredns-1821d9cb7e77fb9cdc8b90f46171d7c16b14e37c.zip
small typo in autopath README so->to (#3408)
Automatically submitted.
Diffstat (limited to 'plugin')
-rw-r--r--plugin/autopath/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/autopath/README.md b/plugin/autopath/README.md
index 426151ce7..86266c5fa 100644
--- a/plugin/autopath/README.md
+++ b/plugin/autopath/README.md
@@ -39,7 +39,7 @@ The `server` label is explained in the *metrics* plugin documentation.
autopath my-resolv.conf
~~~
-Use `my-resolv.conf` as the file to get the search path from. This file only needs so have one line:
+Use `my-resolv.conf` as the file to get the search path from. This file only needs to have one line:
`search domain1 domain2 ...`
~~~