Skip to content

Commit 8fadbc8

Browse files
author
charlotte
committed
Index naming
1 parent cbb34b1 commit 8fadbc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class Meili {
5656
* @memberof Meili
5757
* @method Index
5858
*/
59-
Index(indexUid: string): Indexes {
59+
getIndex(indexUid: string): Indexes {
6060
return new Indexes(this.instance, indexUid)
6161
}
6262

0 commit comments

Comments
 (0)