diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2014-10-06 19:31:15 +0200 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2014-10-06 19:31:15 +0200 |
commit | d790b2cbb814a429268361cf6f3198e7ffb938d8 (patch) | |
tree | b7e029074faf4334951210676e11627b68aed609 /doc/install/requirements.md | |
parent | 9f3e763358f9f83ca51cf5f89579bc593d75b98a (diff) | |
parent | 014eeb2e0bf6ec8c969e1b188b9085b5e4166b5f (diff) | |
download | gitlab-ce-d790b2cbb814a429268361cf6f3198e7ffb938d8.tar.gz |
Merge pull request #7975 from bbodenmiller/patch-4
webbrowsers -> web browsers
Diffstat (limited to 'doc/install/requirements.md')
-rw-r--r-- | doc/install/requirements.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md index e2175399ec8..3e4c6a28c0e 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -87,7 +87,7 @@ 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. -## Supported webbrowsers +## Supported web browsers - Chrome (Latest stable version) - Firefox (Latest released version) |