Skip to content

Commit 1b06c28

Browse files
Update lib/src/sourcemap/sourcemap_api.dart
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2e23c77 commit 1b06c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/sourcemap/sourcemap_api.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class SourcemapApi {
3434

3535
final response = await httpClient.send(request);
3636
if (response.statusCode == 200) {
37-
print('File uploaded succesfully!');
37+
print('File uploaded successfully!');
3838
return true;
3939
} else {
4040
print('Error uploading file. Response code: ${response.statusCode}');

0 commit comments

Comments
 (0)