From 8806fb0296c24c348ed6ed4afb0ed4a42ac41804 Mon Sep 17 00:00:00 2001 From: epriestley Date: Wed, 17 Sep 2014 18:30:00 -0700 Subject: [PATCH] Add missing "are" to explanatory text Summary: See D10493. Auditors: btrahan --- src/applications/config/option/PhabricatorCoreConfigOptions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/config/option/PhabricatorCoreConfigOptions.php b/src/applications/config/option/PhabricatorCoreConfigOptions.php index 2d365c506d..acdda9cdbc 100644 --- a/src/applications/config/option/PhabricatorCoreConfigOptions.php +++ b/src/applications/config/option/PhabricatorCoreConfigOptions.php @@ -106,7 +106,7 @@ final class PhabricatorCoreConfigOptions "\n\n". "Phabricator includes prototype applications which are in an ". "**early stage of development**. By default, prototype ". - "applications are not installed, because are often not yet ". + "applications are not installed, because are are often not yet ". "developed enough to be generally usable. You can enable ". "this option to install them if you're developing Phabricator ". "or are interested in previewing upcoming features.".