chore: fix a typo in a comment (#8128)

This commit is contained in:
Stanimira Vlaeva
2019-11-21 16:51:39 +02:00
committed by Manol Donev
parent 0175c4b35a
commit 529f0c4f86

View File

@@ -47,7 +47,7 @@ export { File, FileSystemEntity, Folder, knownFolders, path } from "./file-syste
// Export all interfaces from "http" module
export { HttpRequestOptions, HttpResponse, Headers, HttpResponseEncoding, HttpContent } from "./http";
// Export all methods from "http" as ApplicationSettings
// Export all methods from "http" as Http
import { getFile, getImage, getJSON, getString as httpGetString, request } from "./http";
export const Http = { getFile, getImage, getJSON, getString: httpGetString, request };