Skip to content

Commit

Permalink
docs(retry-plugin): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
haesoo-y committed Dec 15, 2024
1 parent 06e078c commit c98f5c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/website-new/docs/en/plugin/plugins/retry-plugin.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ type ScriptWithRetryOptions = {

### Properties

- **fetch**: `ScriptWithRetryOptions` (optional)
- used to configure the retry options for fetch type resources.
- **fetch**: `FetchWithRetryOptions` (optional)
- `FetchWithRetryOptions` is the type used to configure the retry options for fetch type resources.

- **script**: `ScriptWithRetryOptions` (optional)
- `ScriptWithRetryOptions` is the type used to configure the retry options for script type resources.
Expand Down

0 comments on commit c98f5c7

Please sign in to comment.