Skip to content

Commit

Permalink
fix: wrong example
Browse files Browse the repository at this point in the history
  • Loading branch information
ansidev authored Dec 18, 2022
1 parent e848850 commit 7dababc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ export class Client<
* @example
*
* ```ts
* const response = await client.getAllByEveryTag(["food", "fruit"]);
* const response = await client.getAllBySomeTags(["food", "fruit"]);
* ```
*
* @typeParam TDocument - Type of Prismic documents returned.
Expand Down

0 comments on commit 7dababc

Please sign in to comment.