mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 16:52:41 +01:00
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
This commit is contained in:
parent
40af472ff5
commit
46ab71f834
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ EOTEXT
|
||||||
$info = pht(<<<EOTEXT
|
$info = pht(<<<EOTEXT
|
||||||
Objects matching your query are returned as a list of dictionaries in the
|
Objects matching your query are returned as a list of dictionaries in the
|
||||||
`data` property of the results. Each dictionary has some metadata and a
|
`data` property of the results. Each dictionary has some metadata and a
|
||||||
`fields` key, which contains the information abou the object that most callers
|
`fields` key, which contains the information about the object that most callers
|
||||||
will be interested in.
|
will be interested in.
|
||||||
|
|
||||||
For example, the results may look something like this:
|
For example, the results may look something like this:
|
||||||
|
|
Loading…
Reference in a new issue