File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments