diff options
author | 2021-04-05 21:34:25 +0800 | |
---|---|---|
committer | 2021-04-05 09:34:25 -0400 | |
commit | 454bc9e0b96b86dfa458400959907b6854448764 (patch) | |
tree | bf4636ca2fc0fb0b160f1c28612143cd8c786baf /plugin | |
parent | 9f72db12e73d6f1b7f69812baa4381fc7a1f04b3 (diff) | |
download | coredns-454bc9e0b96b86dfa458400959907b6854448764.tar.gz coredns-454bc9e0b96b86dfa458400959907b6854448764.tar.zst coredns-454bc9e0b96b86dfa458400959907b6854448764.zip |
typos correct (#4560)
Signed-off-by: cuirunxing-hub <cuirunxing@inspur.com>
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/secondary/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/secondary/README.md b/plugin/secondary/README.md index f65b66d95..057d72d59 100644 --- a/plugin/secondary/README.md +++ b/plugin/secondary/README.md @@ -28,7 +28,7 @@ secondary [zones...] { ~~~ * `transfer from` specifies from which **ADDRESS** to fetch the zone. It can be specified multiple - times; if one does not work, another will be tried. Transfering this zone outwards again can be + times; if one does not work, another will be tried. Transferring this zone outwards again can be done by enabling the *transfer* plugin. When a zone is due to be refreshed (refresh timer fires) a random jitter of 5 seconds is applied, |