diff options
author | Stanislav Chlebec <stanislav.chlebec@pantheon.tech> | 2018-11-15 10:08:31 +0100 |
---|---|---|
committer | Stanislav Chlebec <stanislav.chlebec@pantheon.tech> | 2018-11-21 10:44:56 +0100 |
commit | e7933a07c9b86a158177fb896b308e3e75b1d35c (patch) | |
tree | 178e1d5f9637be24b7430a613504f541f6ba6fbc /docs/sections/components/component-specification/docker-specification.rst | |
parent | 4392680e1da068818787cef962585aa5e031da21 (diff) |
fix typos
Change-Id: I0afbd4b41f0d502549d3b4a3b58e7702e7f80fc0
Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech>
Issue-ID: DOC-342
Diffstat (limited to 'docs/sections/components/component-specification/docker-specification.rst')
-rwxr-xr-x | docs/sections/components/component-specification/docker-specification.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sections/components/component-specification/docker-specification.rst b/docs/sections/components/component-specification/docker-specification.rst index 7fb66e57..128c006d 100755 --- a/docs/sections/components/component-specification/docker-specification.rst +++ b/docs/sections/components/component-specification/docker-specification.rst @@ -60,7 +60,7 @@ platform currently supports http and docker health checks. When choosing a value for interval, consider that too frequent
healthchecks will put unnecessary load on Consul and DCAE. If there is a
problematic resource, then more frequent healthchecks are warranted (eg
-15s or 60s), but as stablility increases, so can these values, (eg
+15s or 60s), but as stability increases, so can these values, (eg
300s).
When choosing a value for timeout, consider that too small a number will
|