Skip to content

Commit

Permalink
change state to payload in Payload processing
Browse files Browse the repository at this point in the history
change `state` to `payload` in Payload processing
  • Loading branch information
pagongamedev authored Feb 21, 2019
1 parent 4519f9c commit 563ac31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -3777,7 +3777,7 @@ the same. The following is the complete list of steps a request can go through:
- based on the route [`auth`](#route.options.auth) option.

- _**Payload processing**_
- based on the route [`state`](#route.options.payload) option.
- based on the route [`payload`](#route.options.payload) option.
- error handling based on [`failAction`](#route.options.payload.failAction).

- _**Payload authentication**_
Expand Down

0 comments on commit 563ac31

Please sign in to comment.