@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 "abou" typo of "about" in SearchEngine API methods

Summary: See <https://discourse.phabricator-community.org/t/minor-typo-abou-in-conduit-help/2498/2>.

Test Plan: Read carefully.

Reviewers: amckinley

Reviewed By: amckinley

Differential Revision: https://secure.phabricator.com/D20280

+1 -1
+1 -1
src/applications/search/engine/PhabricatorSearchEngineAPIMethod.php
··· 403 403 $info = pht(<<<EOTEXT 404 404 Objects matching your query are returned as a list of dictionaries in the 405 405 `data` property of the results. Each dictionary has some metadata and a 406 - `fields` key, which contains the information abou the object that most callers 406 + `fields` key, which contains the information about the object that most callers 407 407 will be interested in. 408 408 409 409 For example, the results may look something like this: