Skip to content

Commit 96cf524

Browse files
committed
typo: global interceptor
1 parent c82f6a5 commit 96cf524

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/tutorial/02-getting-started/03-basic/05-global-interceptor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ flowchart LR
6666
```javascript
6767
const alovaInstance = createAlova({
6868
// ...
69-
//Use two items of the array to specify the interceptor for successful request and the interceptor for failed request respectively.
69+
// Use responded object to specify the interceptor for successful request and the interceptor for failed request respectively.
7070
responded: {
7171
// highlight-start
7272
// Interceptor for successful request

i18n/zh-CN/docusaurus-plugin-content-docs/current/tutorial/02-getting-started/03-basic/05-global-interceptor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ flowchart LR
6666
```javascript
6767
const alovaInstance = createAlova({
6868
// ...
69-
// 使用数组的两个项,分别指定请求成功的拦截器和请求失败的拦截器
69+
// 使用 responded 对象分别指定请求成功的拦截器和请求失败的拦截器
7070
responded: {
7171
// highlight-start
7272
// 请求成功的拦截器

i18n/zh-CN/docusaurus-plugin-content-docs/version-v2/tutorial/02-getting-started/05-global-interceptor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ flowchart LR
6666
```javascript
6767
const alovaInstance = createAlova({
6868
// ...
69-
// 使用数组的两个项,分别指定请求成功的拦截器和请求失败的拦截器
69+
// 使用 responded 对象分别指定请求成功的拦截器和请求失败的拦截器
7070
responded: {
7171
// highlight-start
7272
// 请求成功的拦截器

versioned_docs/version-v2/tutorial/02-getting-started/05-global-interceptor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ flowchart LR
6666
```javascript
6767
const alovaInstance = createAlova({
6868
// ...
69-
//Use two items of the array to specify the interceptor for successful request and the interceptor for failed request respectively.
69+
// Use responded object to specify the interceptor for successful request and the interceptor for failed request respectively.
7070
responded: {
7171
// highlight-start
7272
// Interceptor for successful request

0 commit comments

Comments
 (0)