docs: typo

This commit is contained in:
吴多益 2021-05-06 15:46:29 +08:00 committed by GitHub
parent 82f6e8a2cb
commit 9e85490ce9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -624,7 +624,7 @@ const schema = {
字符串形式实际上可以认为是外层包裹了一层函数,你需要补充内部的函数实现,并将修改好的 `payload` 对象 `return` 出去:
```js
function (payload, responsee) {
function (payload, response) {
// 你的适配器代码
}
```