summaryrefslogtreecommitdiffstats
path: root/packaging/docker/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/docker/README.md')
-rw-r--r--packaging/docker/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/docker/README.md b/packaging/docker/README.md
index ecdde44099..e97cb0c6f3 100644
--- a/packaging/docker/README.md
+++ b/packaging/docker/README.md
@@ -15,7 +15,7 @@ Starting with v1.12, Netdata collects anonymous usage information by default and
about the information collected, and learn how to-opt, on our [anonymous statistics](/docs/anonymous-statistics.md)
page.
-The usage statistics are _vital_ for us, as we use them to discover bugs and priortize new features. We thank you for
+The usage statistics are _vital_ for us, as we use them to discover bugs and prioritize new features. We thank you for
_actively_ contributing to Netdata's future.
## Limitations running the Agent in Docker
@@ -107,7 +107,7 @@ You can control how the health checks run by using the environment variable `NET
correctly or not. This is sufficient to ensure that Netdata did not
hang during startup, but does not provide a rigorous verification
that the daemon is collecting data or is otherwise usable.
-- If set to anything else, the health check will treat the vaule as a
+- If set to anything else, the health check will treat the value as a
URL to check for a 200 status code on. In most cases, this should
start with `http://localhost:19999/` to check the agent running in
the container.