@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 "pohrge" in "Adding New Classes" documentation

Summary: Fix typo "pohrge" in "Adding New Classes" documentation

Test Plan: Carefully read letter by letter.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

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

+1 -1
+1 -1
src/docs/contributor/adding_new_classes.diviner
··· 43 43 ==================== 44 44 45 45 The easiest way to extend Phorge by adding new classes is to drop them 46 - into the extensions directory, at `pohrge/src/extensions/`. 46 + into the extensions directory, at `phorge/src/extensions/`. 47 47 48 48 This is intended as a quick way to add small pieces of functionality, test new 49 49 features, or get started on a larger project. Extending Phorge like this