From 5c6bea86581d8da437156c65d3ea6cca450c55e4 Mon Sep 17 00:00:00 2001 From: Diptanu Choudhury Date: Wed, 25 Nov 2015 13:56:25 -0800 Subject: [PATCH] Fixed some spellings in old docs --- website/source/docs/jobspec/servicediscovery.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/jobspec/servicediscovery.html.md b/website/source/docs/jobspec/servicediscovery.html.md index 9c1ae3e4d..7694442e4 100644 --- a/website/source/docs/jobspec/servicediscovery.html.md +++ b/website/source/docs/jobspec/servicediscovery.html.md @@ -31,12 +31,12 @@ Nomad does not currently run Consul for you. * `consul.verifyssl`: This option disables SSL verification when the transport scheme for the Consul API client is `https`. This is set to true by default. -* `driver.whitelist`: A comma seperated list of whitelisted drivers (e.g. +* `driver.whitelist`: A comma separated list of whitelisted drivers (e.g. "docker,qemu"). If specified, drivers not in the whitelist will be disabled. If the whitelist is empty, all drivers are fingerprinted and enabled where applicable. -* `fingerprint.whitelist`: A comma seperated list of whitelisted fingerprinters. +* `fingerprint.whitelist`: A comma separated list of whitelisted fingerprinters. If specified, fingerprinters not in the whitelist will be disabled. If the whitelist is empty, all fingerprinters are used.