From 7c8c8630257984f429406b0d85a8601881712343 Mon Sep 17 00:00:00 2001 From: Blin Qipa Date: Tue, 31 Dec 2024 17:05:57 +0100 Subject: [PATCH] docs: Fix typo for RPC docs (#1105) --- packages/postgrest/lib/src/postgrest.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/postgrest/lib/src/postgrest.dart b/packages/postgrest/lib/src/postgrest.dart index 9676854f..a598d439 100644 --- a/packages/postgrest/lib/src/postgrest.dart +++ b/packages/postgrest/lib/src/postgrest.dart @@ -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.