Skip to content

Commit 35b4c33

Browse files
committed
Fix typo for RPC docs
1 parent 9b91ce8 commit 35b4c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/postgrest/lib/src/postgrest.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class PostgrestClient {
8686
///
8787
/// [fn] is the name of the function to call.
8888
///
89-
/// [params] is an optinal object to pass as arguments to the function call.
89+
/// [params] is an optional object to pass as arguments to the function call.
9090
///
9191
/// When [get] is set to `true`, the function will be called with read-only
9292
/// access mode.

0 commit comments

Comments
 (0)