From 37914b8f717ef51138d9a6674a0191014aba9a71 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Tue, 20 Nov 2018 21:02:19 -0700 Subject: [PATCH] Fix spelling --- docs/configuration/menu-hjson.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/menu-hjson.md b/docs/configuration/menu-hjson.md index d5e9b66d..4d8dec9b 100644 --- a/docs/configuration/menu-hjson.md +++ b/docs/configuration/menu-hjson.md @@ -20,7 +20,7 @@ Below is a table of **common** menu entry members. These members apply to most e |--------|--------------| | `desc` | A friendly description that can be found in places such as "Who's Online" or wherever the `%MD` MCI code is used. | | `art` | An art file *spec*. See [General Art Information](/docs/art/general.md). | -| `next` | Specifies the next menu entry to go to next. Can be explicit or an array of possibilites dependent on ACS. See **Flow Control** in the **ACS Checks** section below. If `next` is not supplied, the next menu is this menus parent. | +| `next` | Specifies the next menu entry to go to next. Can be explicit or an array of possibilities dependent on ACS. See **Flow Control** in the **ACS Checks** section below. If `next` is not supplied, the next menu is this menus parent. | | `prompt` | Specifies a prompt, by name, to use along with this menu. Prompts are configured in `prompt.hjson`. | | `submit` | Defines a submit handler when using `prompt`. | `form` | An object defining one or more *forms* available on this menu. |