Skip to content

Commit 683c29c

Browse files
alvinkondakevmoo
authored andcommitted
Update main.dart (#282)
1 parent 049cb00 commit 683c29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ main(List<String> arguments) async {
66
// https://developers.google.com/books/docs/overview
77
var url = "https://www.googleapis.com/books/v1/volumes?q={http}";
88

9-
// Await the http get response, then decode the json-formatted responce.
9+
// Await the http get response, then decode the json-formatted response.
1010
var response = await http.get(url);
1111
if (response.statusCode == 200) {
1212
var jsonResponse = convert.jsonDecode(response.body);

0 commit comments

Comments
 (0)