1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-22 05:20:56 +01:00

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
This commit is contained in:
epriestley 2016-03-21 10:13:06 -07:00
parent 130e1d1f68
commit 63ab2ad69b

View file

@ -51,7 +51,7 @@ generate fewer resource requests, improving performance). It then generates
These references point at `/res/` URIs, which are handled by These references point at `/res/` URIs, which are handled by
@{class:CelerityResourceController}. It responds to these requests and delivers @{class:CelerityResourceController}. It responds to these requests and delivers
the relevant resources and packages, managing cache lifetimes and handling any the relevant resources and packages, managing cache lifetimes and handling any
neessary preprocessing. It uses @{class:CelerityResourceMap} to locate resources necessary preprocessing. It uses @{class:CelerityResourceMap} to locate resources
and read packaging rules. and read packaging rules.
The dependency and packaging maps are generated by `bin/celerity map`, The dependency and packaging maps are generated by `bin/celerity map`,