From 9012ef76c31e15de8546464a360aa662d0489439 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sat, 28 Jul 2018 13:49:12 -0600 Subject: [PATCH] Fix typo in module name --- docs/art/mci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/art/mci.md b/docs/art/mci.md index d6080630..1bad97d5 100644 --- a/docs/art/mci.md +++ b/docs/art/mci.md @@ -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