From 897d69d6d5b88c964a94742d291d2d3a6e5b56c3 Mon Sep 17 00:00:00 2001
From: Ben Bodenmiller <bbodenmiller@hotmail.com>
Date: Mon, 6 Oct 2014 09:26:40 -0700
Subject: [PATCH] number formatting fix

---
 doc/install/requirements.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/install/requirements.md b/doc/install/requirements.md
index 49edf36f5748e..e2175399ec802 100644
--- a/doc/install/requirements.md
+++ b/doc/install/requirements.md
@@ -85,7 +85,7 @@ Redis stores all user sessions and the background task queue.
 The storage requirements for Redis are minimal, about 25kB per user.
 Sidekiq processes the background jobs with a multithreaded process.
 This process starts with the entire Rails stack (200MB+) but it can grow over time due to memory leaks.
-On a very active server (10.000 active users) the Sidekiq process can use 1GB+ of memory.
+On a very active server (10,000 active users) the Sidekiq process can use 1GB+ of memory.
 
 ## Supported webbrowsers
 
-- 
GitLab