Skip to content

Commit

Permalink
docs: Fix typo for RPC docs (#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
bqubique authored Dec 31, 2024
1 parent 9b91ce8 commit 7c8c863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/postgrest/lib/src/postgrest.dart
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class PostgrestClient {
///
/// [fn] is the name of the function to call.
///
/// [params] is an optinal object to pass as arguments to the function call.
/// [params] is an optional object to pass as arguments to the function call.
///
/// When [get] is set to `true`, the function will be called with read-only
/// access mode.
Expand Down

0 comments on commit 7c8c863

Please sign in to comment.