@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix typo

Summary: This typo appeared in the docs and I thought I'd fix it

Test Plan: See that the typo at src/applications/config/option/PhabricatorCoreConfigOptions.php is gone

Reviewers: O1 Blessed Committers, speck

Reviewed By: O1 Blessed Committers, speck

Subscribers: speck, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D25496

+1 -1
+1 -1
src/applications/config/option/PhabricatorCoreConfigOptions.php
··· 200 200 '$PATH')) 201 201 ->setDescription( 202 202 pht( 203 - "Thhi software sometimes executes other binaries on the ". 203 + "This software sometimes executes other binaries on the ". 204 204 "server. An example of this is the `%s` command, used to ". 205 205 "syntax-highlight code written in languages other than PHP. By ". 206 206 "default, it is assumed that these binaries are in the %s of the ".