docs: dev/feature-flags: fix a few typos
This commit is contained in:
parent
6ca841bad5
commit
9ae2be7b55
@ -5,7 +5,7 @@ Feature flags provide a convenient way to define package selections without
|
|||||||
making it necessary to list each package explicitly.
|
making it necessary to list each package explicitly.
|
||||||
|
|
||||||
The main feature flag definition file is ``package/features``, but each package
|
The main feature flag definition file is ``package/features``, but each package
|
||||||
feed can provide addition defintions in a file called ``features`` at the root
|
feed can provide additional defintions in a file called ``features`` at the root
|
||||||
of the feed repository.
|
of the feed repository.
|
||||||
|
|
||||||
Each flag *$flag* without any explicit definition will simply include the package
|
Each flag *$flag* without any explicit definition will simply include the package
|
||||||
@ -35,7 +35,7 @@ This will
|
|||||||
* Disable the inclusion of a (non-existent) package called *gluon-web-wizard*
|
* Disable the inclusion of a (non-existent) package called *gluon-web-wizard*
|
||||||
* Enable three config mode packages when the *web-wizard* feature is enabled
|
* Enable three config mode packages when the *web-wizard* feature is enabled
|
||||||
* Enable *gluon-config-mode-mesh-vpn* when both *web-wizard* and one
|
* Enable *gluon-config-mode-mesh-vpn* when both *web-wizard* and one
|
||||||
of *mesh-vpn-fastd* and *mesh-vpn-tunneldigger* is enabled
|
of *mesh-vpn-fastd* and *mesh-vpn-tunneldigger* are enabled
|
||||||
|
|
||||||
Supported syntax elements of logical expressions are:
|
Supported syntax elements of logical expressions are:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user