Fix typo in module name

This commit is contained in:
Bryan Ashby 2018-07-28 13:49:12 -06:00
parent 82278a212b
commit 9012ef76c3
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ These are just a few of the properties set on various views. *Use the source Luk
`menu.hjson` and `theme.hjson` files!
### Custom Properties
Often a module will provide custom properties that receive format objects (See **Entry Formatting** below). Custom property formatting can be declared in the `config` block. For example, `browseInfoFormat10`..._N_ (where _N_ is up to 99) in the `file_base_search` module received a fairly extensive format object that contains `{fileName}`, `{estReleaseYear}`, etc.
Often a module will provide custom properties that receive format objects (See **Entry Formatting** below). Custom property formatting can be declared in the `config` block. For example, `browseInfoFormat10`..._N_ (where _N_ is up to 99) in the `file_area_list` module received a fairly extensive format object that contains `{fileName}`, `{estReleaseYear}`, etc.
### Text Styles