Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
docs(#105): Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed Nov 16, 2020
1 parent 0399d9b commit 67ff594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -200,7 +200,7 @@ This hook can also be used with [Data Provider selectors][data-provider-selector

* `provider` _(Object)_: [Data Provider][data-provider] provider or selector instance.
* `interval` _(Number)_: Interval in miliseconds to clean the provider dependencies cache. Default is 5000.
* `options` _(Object)_: Options object that will be passed as is to the `cleanCache` method of providers or `cleanDependenciesCache` method of selectors. Check the [data-provider API documentation](https://www.data-provider.org/docs/api-providers-and-selectors-methods) for further info. Options can be defined as second argument as well if interval is omitted.
* `options` _(Object)_: Options object that will be passed as is to the `cleanCache` method of providers or `cleanDependenciesCache` method of selectors. Check the [data-provider API documentation](https://www.data-provider.org/docs/api-providers-and-selectors-methods) for further info. Options can be defined as second argument if interval is omitted.

#### Examples

Expand Down Expand Up @@ -453,7 +453,7 @@ This High Order Component works as the hook `usePolling` described above.

* `provider` _(Object)_: [Data Provider][data-provider] provider or selector instance, or a function as described in the [withDataLoadingError HOC docs](#withdataloadingerrorprovider-custompropertiesnamescomponent)
* `interval` _(Number)_: Interval in miliseconds to clean the provider dependencies cache. Default is 5000.
* `options` _(Object)_: Options object that will be passed as is to the `cleanCache` method of providers or `cleanDependenciesCache` method of selectors. Check the [data-provider API documentation](https://www.data-provider.org/docs/api-providers-and-selectors-methods) for further info. Options can be defined as second argument as well if interval is omitted.
* `options` _(Object)_: Options object that will be passed as is to the `cleanCache` method of providers or `cleanDependenciesCache` method of selectors. Check the [data-provider API documentation](https://www.data-provider.org/docs/api-providers-and-selectors-methods) for further info. Options can be defined as second argument if interval is omitted.

#### Example

Expand Down

0 comments on commit 67ff594

Please sign in to comment.