Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dpim committed Jan 12, 2024
1 parent bac3427 commit 91b5ae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The SDK contains typings and request builders for the Webflow Data API.

## Documentation

Explore the API reference documentation [here](https://developers.webflow.com/reference/rest-introduction).
Explore the [API reference documentation](https://developers.webflow.com/reference/rest-introduction).

## Installation

Expand Down Expand Up @@ -133,7 +133,7 @@ You can configure the retries by setting maxRetries.
import { WebflowClient } from 'webflow';

const sites = await webflow.sites.get(..., {
maxRetries: 10 // override the reries
maxRetries: 10 // override the retries
});
```

Expand Down

0 comments on commit 91b5ae9

Please sign in to comment.