Skip to content

Commit f442a6c

Browse files
committed
Fix typo: cunked -> chunked
1 parent 049b7c0 commit f442a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/flutter/lib/src/client.dart.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import 'upload_progress.dart';
99
///
1010
/// The [Client] is also responsible for managing user's sessions.
1111
abstract class Client {
12-
/// The size for cunked uploads in bytes.
12+
/// The size for chunked uploads in bytes.
1313
static const int chunkSize = 5 * 1024 * 1024;
1414

1515
/// Holds configuration such as project.

0 commit comments

Comments
 (0)