Skip to content

Commit

Permalink
Merge pull request #4 from FleetAdmiralButter/main
Browse files Browse the repository at this point in the history
Minor documentation update
  • Loading branch information
steveworley authored Dec 21, 2023
2 parents 94c1fac + 73425e2 commit 72a371a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export class QuantClient {
* @param payload FilePayload
* The file payload data.
*
* @returns Promose<any>
* @returns Promise<any>
* The repsonse object.
*/
file: async (payload: types.FilePayload): Promise<any> => {
Expand Down Expand Up @@ -314,8 +314,8 @@ export class QuantClient {
* @param payload types.SearchIndexPayload
* The search index paylod.
*
* @returns Promose<any>
* The respose.
* @returns Promise<any>
* The response.
*/
index: async (payload: types.SearchIndexPayload): Promise<any> => {
return await this._search.post('search', JSON.parse(payload.data.toString()))
Expand Down

0 comments on commit 72a371a

Please sign in to comment.