Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
maxiloc authored and mhegazy committed Aug 14, 2017
1 parent 97054aa commit a6348d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion types/algoliasearch/algoliasearch-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ let _algoliaSecuredApiOptions: AlgoliaSecuredApiOptions = {

let _algoliaIndexSettings: AlgoliaIndexSettings = {
attributesToIndex: [""],
attributesforFaceting: [""],
attributesForFaceting: [""],
unretrievableAttributes: [""],
attributesToRetrieve: [""],
ranking: [""],
Expand Down
2 changes: 1 addition & 1 deletion types/algoliasearch/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ declare namespace algoliasearch {
* default: null
* https://github.com/algolia/algoliasearch-client-js#attributesforfaceting
*/
attributesforFaceting?: string[];
attributesForFaceting?: string[];
/**
* The list of attributes that cannot be retrieved at query time
* default: null
Expand Down

0 comments on commit a6348d9

Please sign in to comment.