diff options
author | 2019-03-01 18:49:22 +0800 | |
---|---|---|
committer | 2019-03-01 10:49:22 +0000 | |
commit | 352a0423624688e127ddc79615549a5ac59a3aec (patch) | |
tree | 8c2c2cdb7db9465bac60070478592525be95f110 /plugin/proxy/README.md | |
parent | 7ffa4f19bb9640aed5d7419da9cdc6622eb94a7a (diff) | |
download | coredns-352a0423624688e127ddc79615549a5ac59a3aec.tar.gz coredns-352a0423624688e127ddc79615549a5ac59a3aec.tar.zst coredns-352a0423624688e127ddc79615549a5ac59a3aec.zip |
Fix some misspells in comment (#2634)
Signed-off-by: zhoulin xie <zhoulin.xie@daocloud.io>
Diffstat (limited to '')
-rw-r--r-- | plugin/proxy/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/proxy/README.md b/plugin/proxy/README.md index 491a62467..ead80548a 100644 --- a/plugin/proxy/README.md +++ b/plugin/proxy/README.md @@ -69,7 +69,7 @@ There are four load-balancing policies available: All polices implement randomly spraying packets to backend hosts when *no healthy* hosts are -available. This is to preeempt the case where the healthchecking (as a mechanism) fails. +available. This is to preempt the case where the healthchecking (as a mechanism) fails. ## Upstream Protocols |