From cd1cbf0f858f189b2f8525ecb66a38e7a2feecee Mon Sep 17 00:00:00 2001 From: dannyrb Date: Mon, 9 Dec 2019 09:56:17 -0500 Subject: [PATCH] docs: fix GitHub table formatting issue --- docs/latest/extensions/modules/commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latest/extensions/modules/commands.md b/docs/latest/extensions/modules/commands.md index b0f4a415b..9819db32a 100644 --- a/docs/latest/extensions/modules/commands.md +++ b/docs/latest/extensions/modules/commands.md @@ -69,7 +69,7 @@ myCommandName: { | `commandFn` | func | The function to call when command is run. Receives `options` and `storeContexts`. | | `storeContexts` | string[] | (optional) Expected state objects to be passed in as props. Located using `getAppState` fn defined at `CommandsManager`'s instatiation. | | `options` | object | (optional) Arguments to pass at the time of calling to the `commandFn` | -| `context` | string[] \| string | (optional) Overrides the `defaultContext`. Let's us know if command is currently "available" to be run. | +| `context` | string[] or string | (optional) Overrides the `defaultContext`. Let's us know if command is currently "available" to be run. | ## `CommandsManager`