Fix bullet

Signed-off-by: Adam Harvey <adaharve@cisco.com>
This commit is contained in:
Adam Harvey
2021-10-07 12:42:13 -04:00
parent 9ac7f7c891
commit f90b0a421a
@@ -73,7 +73,7 @@ The `createTemplateAction` takes an object which specifies the following:
- `schema.input` - A JSON schema for input values to your function
- `schema.output` - A JSON schema for values which are outputted from the
function using `ctx.output`
- `handler` the actual code which is run part of the action, with a context
- `handler` - the actual code which is run part of the action, with a context
#### The context object