Skip to content

Commit a48f11c

Browse files
committed
fix typo and indents
1 parent ce36697 commit a48f11c

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

choose-host/recommended-hosts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: These hosts are hosts we, and members of our community have d success with.
2+
description: These hosts are hosts we, and members of our community have had success with.
33
---
44

55
# Recommended Hosts

usage-guide/threadmenu.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,25 @@ The Thread Menu `?threadmenu` function allows recipients to choose an option to
3535
## Commands
3636

3737
- threadmenu
38-
- dump_config - Dump the current core thread menu config to a file.
39-
- load_config - Load the thread menu config from an attached file.
40-
- option - Manage main-menu options (add/remove/edit/show).
41-
- add - Interactive wizard to add a main-menu option.
42-
- edit - Interactive wizard to edit a main-menu option.
43-
- remove - Remove a main-menu option by label.
44-
- show - Show detailed information about a main-menu option.
45-
- reset - Reset ALL thread-creation menu settings to their defaults.
46-
- show - Show all current main-menu options.
47-
- submenu - Manage submenus (create/delete/list/show and options within).
48-
- create - Create an empty submenu that can hold nested options.
49-
- delete - Delete a submenu and all its options.
50-
- list - List all submenu keys currently configured.
51-
- option - Manage options within a specific submenu (add/remove/edit).
52-
- add - Interactive wizard to add an option inside a submenu.
53-
- edit - Interactive wizard to edit a submenu option.
54-
- remove - Remove an option from a submenu via an interactive prompt.
55-
- show - Show the options configured inside a submenu.
56-
- toggle - Enable or disable the thread-creation menu.
38+
- dump_config - Dump the current core thread menu config to a file.
39+
- load_config - Load the thread menu config from an attached file.
40+
- option - Manage main-menu options (add/remove/edit/show).
41+
- add - Interactive wizard to add a main-menu option.
42+
- edit - Interactive wizard to edit a main-menu option.
43+
- remove - Remove a main-menu option by label.
44+
- show - Show detailed information about a main-menu option.
45+
- reset - Reset ALL thread-creation menu settings to their defaults.
46+
- show - Show all current main-menu options.
47+
- submenu - Manage submenus (create/delete/list/show and options within).
48+
- create - Create an empty submenu that can hold nested options.
49+
- delete - Delete a submenu and all its options.
50+
- list - List all submenu keys currently configured.
51+
- option - Manage options within a specific submenu (add/remove/edit).
52+
- add - Interactive wizard to add an option inside a submenu.
53+
- edit - Interactive wizard to edit a submenu option.
54+
- remove - Remove an option from a submenu via an interactive prompt.
55+
- show - Show the options configured inside a submenu.
56+
- toggle - Enable or disable the thread-creation menu.
5757

5858

5959
## Example Flowchart and Command Order

0 commit comments

Comments
 (0)