Skip to content

Commit cff8957

Browse files
committed
fix typo
1 parent 7e64d05 commit cff8957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/storage_client/lib/src/storage_client.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class SupabaseStorageClient extends StorageBucketApi {
3838
int retryAttempts = 0,
3939
}) : assert(
4040
retryAttempts >= 0,
41-
'retryAttempts has to be great than or equal to 0',
41+
'retryAttempts has to be greater than or equal to 0',
4242
),
4343
_defaultRetryAttempts = retryAttempts,
4444
super(

0 commit comments

Comments
 (0)