Skip to content

Commit cded397

Browse files
authored
fix typo in rpc call doc (#572)
1 parent eff88f9 commit cded397

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/SupabaseClient.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,9 @@ export default class SupabaseClient<
164164
* Perform a function call.
165165
*
166166
* @param fn The function name to call.
167-
* @param params The parameters to pass to the function call.
168-
* @param head When set to true, no data will be returned.
169-
* @param count Count algorithm to use to count rows in a table.
167+
* @param args The parameters to pass to the function call.
168+
* @param options.head When set to true, no data will be returned.
169+
* @param options.count Count algorithm to use to count rows in a table.
170170
*
171171
*/
172172
rpc<

0 commit comments

Comments
 (0)