From 05e745d9b81d7c5d3369c5f2c1d078ca8b3908a7 Mon Sep 17 00:00:00 2001 From: Joshua Spence Date: Tue, 5 May 2015 20:18:34 +1000 Subject: [PATCH] Minor documentation improvement Summary: The current formatting looks a bit odd. Test Plan: Eyeball it. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D12662 --- src/docs/user/configuration/configuring_file_storage.diviner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/user/configuration/configuring_file_storage.diviner b/src/docs/user/configuration/configuring_file_storage.diviner index 9aa5b9ad4a..120c44f61e 100644 --- a/src/docs/user/configuration/configuring_file_storage.diviner +++ b/src/docs/user/configuration/configuring_file_storage.diviner @@ -101,7 +101,7 @@ Storage Engines Phabricator supports several different file storage engines: | Engine | Setup | Cost | Notes | -|========|=======|======|=======| +|--------|-------|------|-------| | MySQL | Automatic | Free | May not scale well. | | Local Disk | Easy | Free | Does not scale well. | | Amazon S3 | Easy | Cheap | Scales well. |