Skip to content

Commit e928972

Browse files
Merge branch 'main' into deployments-api-refactor
2 parents f61905a + 6a77c2b commit e928972

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/src/sourcemap/node/sourcemap_node.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class SourcemapNode extends SourcemapBase {
1616

1717
// TODO: search for all map files in source folder and upload them.
1818

19-
print('Comming soon!');
19+
print('Coming soon!');
2020
return false;
2121
}
2222
}

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)