Skip to content

Commit

Permalink
fix typo in rpc call doc (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
egor-romanov committed Sep 28, 2022
1 parent eff88f9 commit cded397
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/SupabaseClient.ts
Expand Up @@ -164,9 +164,9 @@ export default class SupabaseClient<
* Perform a function call.
*
* @param fn The function name to call.
* @param params The parameters to pass to the function call.
* @param head When set to true, no data will be returned.
* @param count Count algorithm to use to count rows in a table.
* @param args The parameters to pass to the function call.
* @param options.head When set to true, no data will be returned.
* @param options.count Count algorithm to use to count rows in a table.
*
*/
rpc<
Expand Down

0 comments on commit cded397

Please sign in to comment.