Skip to content

Commit

Permalink
Merge pull request #192 from zapier/PDE-2121
Browse files Browse the repository at this point in the history
Fix typo in resthook documentation
  • Loading branch information
skylerwshaw committed Mar 22, 2021
2 parents 2981720 + 9da3ecf commit 9348cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_cli_tutorials/resthooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ which is then called in the `performSubscribe` method on the module for the Trig
```
module.exports = {
// Other data about the Trigger, e.g. key, name, etc. omitted
performSubscribe: performSubscribe
performSubscribe: subscribeHook
};
```

Expand Down

0 comments on commit 9348cc1

Please sign in to comment.