Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit 17e3467

Browse files
committed
Doc: fixed typo
1 parent c746540 commit 17e3467

File tree

1 file changed

+2
-2
lines changed
  • algoliasearch/src/main/java/com/algolia/search/saas

1 file changed

+2
-2
lines changed

algoliasearch/src/main/java/com/algolia/search/saas/Client.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public class Client {
9797
// ----------------------------------------------------------------------
9898

9999
/**
100-
* Create a new Algolia Search client targetting the default hosts.
100+
* Create a new Algolia Search client targeting the default hosts.
101101
*
102102
* NOTE: This is the recommended way to initialize a client is most use cases.
103103
*
@@ -378,7 +378,7 @@ public String toString() {
378378
}
379379

380380
/**
381-
* Run multiple queries, potentially targetting multiple indexes, with one API call.
381+
* Run multiple queries, potentially targeting multiple indexes, with one API call.
382382
*
383383
* @param queries The queries to run.
384384
* @param strategy The strategy to use.

0 commit comments

Comments
 (0)