@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.

Typo fixed in docs/tech

Summary: Spelling mistake fixed - neessary > necessary

Test Plan: No Test plan

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley

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

+1 -1
+1 -1
src/docs/tech/celerity.diviner
··· 51 51 These references point at `/res/` URIs, which are handled by 52 52 @{class:CelerityResourceController}. It responds to these requests and delivers 53 53 the relevant resources and packages, managing cache lifetimes and handling any 54 - neessary preprocessing. It uses @{class:CelerityResourceMap} to locate resources 54 + necessary preprocessing. It uses @{class:CelerityResourceMap} to locate resources 55 55 and read packaging rules. 56 56 57 57 The dependency and packaging maps are generated by `bin/celerity map`,