diff --git a/types/backbone-fetch-cache/index.d.ts b/types/backbone-fetch-cache/index.d.ts index e5e6ebf751..7c82c5dffb 100644 --- a/types/backbone-fetch-cache/index.d.ts +++ b/types/backbone-fetch-cache/index.d.ts @@ -175,7 +175,7 @@ declare module "backbone" { fetch(options?: ModelFetchWithCacheOptions): JQueryXHR; } - interface CollectionWithCache extends Collection { + interface CollectionWithCache extends Collection { fetch(options?: CollectionFetchWithCacheOptions): JQueryXHR; } diff --git a/types/react-instantsearch/index.d.ts b/types/react-instantsearch/index.d.ts index 64a415e6ba..54fc948ada 100644 --- a/types/react-instantsearch/index.d.ts +++ b/types/react-instantsearch/index.d.ts @@ -1,5 +1,5 @@ // Type definitions for react-instantsearch 5.2 -// Project: https://community.algolia.com/react-instantsearch/ +// Project: https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/react // Definitions by: Gordon Burgett // Justin Powell // Haroen Viaene