Fix indent in doc

This commit is contained in:
Bryan Ashby 2020-06-17 19:49:35 -06:00
parent 99c053f4fa
commit e1091ea115
No known key found for this signature in database
GPG Key ID: B49EB437951D2542
1 changed files with 7 additions and 7 deletions

View File

@ -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: {