From d050137787cff9eb05af805d99cf0a70292757ed Mon Sep 17 00:00:00 2001 From: Stanislav Kudriashev Date: Fri, 31 May 2019 14:42:26 -0700 Subject: [PATCH] Fix small spelling error in README.md Signed-off-by: Stanislav Kudriashev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46671b76..aeffb069 100644 --- a/README.md +++ b/README.md @@ -461,7 +461,7 @@ return an empty list. ## Multiprocess Mode (Gunicorn) -Prometheus client libaries presume a threaded model, where metrics are shared +Prometheus client libraries presume a threaded model, where metrics are shared across workers. This doesn't work so well for languages such as Python where it's common to have processes rather than threads to handle large workloads.