diff options
author | 2023-04-25 10:24:49 -0500 | |
---|---|---|
committer | 2023-04-25 11:24:49 -0400 | |
commit | 7bced74f51e9927f939b50504a13585d04caf434 (patch) | |
tree | c4eb756913f637bc8d3a26f7e20668d74ad8fe19 /plugin | |
parent | 7c31aeffecceb87e88102ee51df66780eccdec02 (diff) | |
download | coredns-7bced74f51e9927f939b50504a13585d04caf434.tar.gz coredns-7bced74f51e9927f939b50504a13585d04caf434.tar.zst coredns-7bced74f51e9927f939b50504a13585d04caf434.zip |
Fix typo (#6053)
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/reload/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/reload/README.md b/plugin/reload/README.md index 1288a23f5..b4dff5505 100644 --- a/plugin/reload/README.md +++ b/plugin/reload/README.md @@ -68,7 +68,7 @@ Check every 10 seconds (jitter is automatically set to 10 / 2 = 5 in this case): ## Bugs The reload happens without data loss (i.e. DNS queries keep flowing), but there is a corner case -where the reload fails, and you loose functionality. Consider the following Corefile: +where the reload fails, and you lose functionality. Consider the following Corefile: ~~~ txt . { |