Skip to content

Commit

Permalink
typo: global interceptor
Browse files Browse the repository at this point in the history
  • Loading branch information
MeetinaXD committed Oct 16, 2024
1 parent c82f6a5 commit 96cf524
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ flowchart LR
```javascript
const alovaInstance = createAlova({
// ...
//Use two items of the array to specify the interceptor for successful request and the interceptor for failed request respectively.
// Use responded object to specify the interceptor for successful request and the interceptor for failed request respectively.
responded: {
// highlight-start
// Interceptor for successful request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ flowchart LR
```javascript
const alovaInstance = createAlova({
// ...
// 使用数组的两个项,分别指定请求成功的拦截器和请求失败的拦截器
// 使用 responded 对象分别指定请求成功的拦截器和请求失败的拦截器
responded: {
// highlight-start
// 请求成功的拦截器
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ flowchart LR
```javascript
const alovaInstance = createAlova({
// ...
// 使用数组的两个项,分别指定请求成功的拦截器和请求失败的拦截器
// 使用 responded 对象分别指定请求成功的拦截器和请求失败的拦截器
responded: {
// highlight-start
// 请求成功的拦截器
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ flowchart LR
```javascript
const alovaInstance = createAlova({
// ...
//Use two items of the array to specify the interceptor for successful request and the interceptor for failed request respectively.
// Use responded object to specify the interceptor for successful request and the interceptor for failed request respectively.
responded: {
// highlight-start
// Interceptor for successful request
Expand Down

0 comments on commit 96cf524

Please sign in to comment.