Skip to content

Commit 0ae3094

Browse files
authored
Merge pull request #35 from j-j-gajjar/patch-1
Update README.md
2 parents 43000c6 + 303b469 commit 0ae3094

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ void main () async {
6060
// makes a call
6161
var response = await http.get(myURL);
6262
63-
// Covert Response to a Document. The utility function `MetadataFetch.responseToDocument` is provided or you can use own decoder/parser.
63+
// Convert Response to a Document. The utility function `MetadataFetch.responseToDocument` is provided or you can use own decoder/parser.
6464
var document = MetadataFetch.responseToDocument(response);
6565
6666
@@ -86,7 +86,7 @@ void main () async {
8686
// Makes a call
8787
var response = await http.get(myURL);
8888
89-
// Covert Response to a Document. The utility function `responseToDocument` is provided or you can use own decoder/parser.
89+
// Convert Response to a Document. The utility function `responseToDocument` is provided or you can use own decoder/parser.
9090
var document = responseToDocument(response);
9191
9292
@@ -126,7 +126,7 @@ void main () async {
126126
// makes a call
127127
var response = await http.get(myURL);
128128
129-
// Covert Response to a Document. The utility function `MetadataFetch.responseToDocument` is provided or you can use own decoder/parser.
129+
// Convert Response to a Document. The utility function `MetadataFetch.responseToDocument` is provided or you can use own decoder/parser.
130130
var document = MetadataFetch.responseToDocument(response);
131131
132132

0 commit comments

Comments
 (0)