Skip to content

Commit 385f804

Browse files
committed
Fix typo in Dart template: cunked -> chunked
1 parent f442a6c commit 385f804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import 'upload_progress.dart';
77

88
/// [Client] that handles requests to {{spec.title | caseUcfirst}}
99
abstract class Client {
10-
/// The size for cunked uploads in bytes.
10+
/// The size for chunked uploads in bytes.
1111
static const int CHUNK_SIZE = 5 * 1024 * 1024;
1212

1313
/// Holds configuration such as project.

0 commit comments

Comments
 (0)