Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasvienot committed Jun 23, 2021
1 parent c64ee76 commit 5f7f216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/use-request/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const {

| Property | Description | Type |
|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------|
| data | <ul><li> Data returned by the servic. </li><li> If `formatResult` is set, the data will be the return of `formatResult`. </li></ul> | `undefined / any` |
| data | <ul><li> Data returned by the service. </li><li> If `formatResult` is set, the data will be the return of `formatResult`. </li></ul> | `undefined / any` |
| error | Exception thrown by service, default is `undefined` | `undefined / Error` |
| loading | Whether the service is loaded | `boolean` |
| run | <ul><li>Manually trigger the service execution. Its parameters will be passed to the service function. </li><li>In Debounce or Throttle mode, will return `Promise<null>`</li></ul> | `(...args: any[]) => Promise` |
Expand Down

0 comments on commit 5f7f216

Please sign in to comment.