fix: typo in development process documentation

Corrected the typo "features" in the development process section of the documentation. Changed "eg, because it builds on a *features* not supported in Core;" to "e.g., because it builds on a *feature* not supported in Core;".

Github-Pull: knots#84
Rebased-From: e2baedcee1d409de18f511fb78fd8541d391633c
This commit is contained in:
CharlesCNorton 2024-06-17 18:36:41 -04:00 committed by Luke Dashjr
parent cf6b1666e8
commit 256f12b68e

View File

@ -28,7 +28,7 @@ Development generally takes place as part of [Bitcoin Core](https://github.com/b
Knots for each release.
Even if your pull request to Core is closed, or if your feature is not
suitable for Core (eg, because it builds on a features not supported in Core;
suitable for Core (eg, because it builds on a feature not supported in Core;
relies on centralised services; etc), it may still be eligible for inclusion
in Bitcoin Knots. In this case, a pull request may be opened on the
[Knots GitHub](https://github.com/bitcoinknots/bitcoin) for review and consideration.