diff --git a/docs/configuration/config-files.md b/docs/configuration/config-files.md index ae625d2a..61f032aa 100644 --- a/docs/configuration/config-files.md +++ b/docs/configuration/config-files.md @@ -40,13 +40,13 @@ Consider `actionKeys` in a menu. Often times you may show a screen and the user // note that 'recycle' here is arbitrary; // only 'menus' and 'prompts' is reserved at this level. recycle: { - prevMenu: [ - { - keys: [ "escape" ] - action: @systemMethod:prevMenu - } - ] - } + prevMenu: [ + { + keys: [ "escape" ] + action: @systemMethod:prevMenu + } + ] + } menus: { someMenu: {