Skip to content

Commit 6181a5a

Browse files
committed
Update documentation
1 parent d8e2e87 commit 6181a5a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/getting-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Follow this guide to get started with a working `/example` command.
1212
```yml
1313
name: example-command
1414
on:
15-
repository_dispatch:
16-
types: [example-command]
15+
repository_dispatch:
16+
types: [example-command]
1717
jobs:
1818
example:
1919
runs-on: ubuntu-latest
@@ -49,8 +49,8 @@ Command processing setup is complete! Now we need to setup command dispatch for
4949
```yml
5050
name: Slash Command Dispatch
5151
on:
52-
issue_comment:
53-
types: [created]
52+
issue_comment:
53+
types: [created]
5454
jobs:
5555
slashCommandDispatch:
5656
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)