From e1091ea115499c204816c38df13263e3aa9cf895 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Wed, 17 Jun 2020 19:49:35 -0600 Subject: [PATCH] Fix indent in doc --- docs/configuration/config-files.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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: {