diff options
author | 2019-02-21 14:23:34 +0700 | |
---|---|---|
committer | 2019-02-21 07:23:34 +0000 | |
commit | 9ce9308f5c2f243512c60ac710ca85c3d2c07f5f (patch) | |
tree | 1c2e5d947d0ba0b2e3f2787aea5d67b5e54b1bf5 /plugin | |
parent | c8ba2d3ca8912c878a3b2beed6ffbb02bdcb28ac (diff) | |
download | coredns-9ce9308f5c2f243512c60ac710ca85c3d2c07f5f.tar.gz coredns-9ce9308f5c2f243512c60ac710ca85c3d2c07f5f.tar.zst coredns-9ce9308f5c2f243512c60ac710ca85c3d2c07f5f.zip |
Trivial fix typo (#2590)
Although it is spelling mistakes, it might make an affects
while reading.
Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/import/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/import/README.md b/plugin/import/README.md index 7e34097db..7c6a66999 100644 --- a/plugin/import/README.md +++ b/plugin/import/README.md @@ -6,7 +6,7 @@ ## Description -The *import* plugin can be used to incude files into the main configuration. Another use it to +The *import* plugin can be used to include files into the main configuration. Another use it to reference predefined snippets. Both can help to avoid some duplication. This is a unique directive in that *import* can appear outside of a server block. In other words, it |