Skip to content

Commit 5ea752d

Browse files
awvwgkmilancurcic
andauthored
Fix wording and grammar in manifest reference
Co-authored-by: Milan Curcic <[email protected]>
1 parent 5703043 commit 5ea752d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

manifest-reference.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -486,15 +486,15 @@ library = true
486486
## Additional free data field
487487

488488
Third-party tools can store their configuration inside the *extra* section.
489-
This section will never be evaluated by fpm itself, the only constraint imposed it that is has to be valid TOML.
489+
This section will never be evaluated by fpm itself, the only constraint imposed is that it has to be valid TOML.
490490

491491
Since the format of this section is free, only recommendations are provided here for adding data to the *extra* section.
492492

493-
1. Only use subtables, never add configuration data to the toplevel of the *extra* section.
494-
Reasoning: different tools can avoid collisions of keynames by placing their data in separate subtables
493+
1. Only use subtables, never add configuration data to the top level of the *extra* section.
494+
Reasoning: different tools can avoid collisions of key names by placing their data in separate subtables.
495495
2. Use the concrete name of the tool rather than a generic name for the subtable.
496-
Reasoning: different formatter or linter might use conflicting keywords in a *format* or *lint* subtable.
497-
Also, users can tell from the table name which tool is preferred for usage with the project.
496+
Reasoning: different formatter or linter tools might use conflicting keywords in a *format* or *lint* subtable.
497+
Also, users can tell from the table name which tool is preferred to use with the project.
498498
3. Fpm plugins should use a subtable with their plugin name in the *extra.fpm* section to store their data.
499499
Reasoning: following this convention provides the user of fpm plugins with one section to configure their used plugins.
500500
4. Use the fpm preferred style for keywords which is lowercase with dashes.

0 commit comments

Comments
 (0)