Skip to content

Commit c0a9119

Browse files
committed
feat(client-search): pr feedback
1 parent 9e662b8 commit c0a9119

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/client-search/src/types/SearchOptions.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,7 @@ export type SearchOptions = {
375375
readonly queryLanguages?: readonly string[];
376376

377377
/**
378-
* Enriches the API’s response with meta-information as to how the query was processed. This attirbute powers the 'Query Alternatives' explanation.
379-
* There is currently no official documentation on the API for this attribute.
380-
* @link RFC: https://docs.google.com/document/d/1Z58mZks5EiF1z0tbswLpKMSw-rRngRpESdBqGoAAzDo
378+
* Enriches the API’s response with meta-information as to how the query was processed.
381379
*/
382380
readonly explain?: readonly string[];
383381
};

0 commit comments

Comments
 (0)