diff options
author | ytti <saku@ytti.fi> | 2018-03-16 21:38:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-16 21:38:37 +0200 |
commit | 7ecd5abe1cc2f2bbc6b29687352564cb7f087a5a (patch) | |
tree | 10ad2449edffe3f759bd15d56f31539353a0bdc1 /docs/Sources.md | |
parent | c79be2fab92f9af56b716267f75b4d9437d14e27 (diff) | |
parent | 720facc6f80d2b977d73b944c81c63b6d95e768b (diff) |
Merge pull request #1230 from wk/doc-spelling-lint
improve spelling in docs
Diffstat (limited to 'docs/Sources.md')
-rw-r--r-- | docs/Sources.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Sources.md b/docs/Sources.md index 5599409..6d8e19e 100644 --- a/docs/Sources.md +++ b/docs/Sources.md @@ -2,7 +2,7 @@ ## Source: CSV -One line per device, colon seperated. If `ip` isn't present, a DNS lookup will be done against `name`. For large installations, setting `ip` will dramatically reduce startup time. +One line per device, colon separated. If `ip` isn't present, a DNS lookup will be done against `name`. For large installations, setting `ip` will dramatically reduce startup time. ```yaml source: @@ -105,7 +105,7 @@ source: ## Custom SQL Query Support -You may also implement a custom SQL query to retreive the nodelist using SQL syntax with the `query:` configuration parameter under the `sql:` stanza. +You may also implement a custom SQL query to retrieve the nodelist using SQL syntax with the `query:` configuration parameter under the `sql:` stanza. ### Custom SQL Query Examples |