From 529f0c4f865c4b99d861aa9a824321082c4e3378 Mon Sep 17 00:00:00 2001 From: Stanimira Vlaeva Date: Thu, 21 Nov 2019 16:51:39 +0200 Subject: [PATCH] chore: fix a typo in a comment (#8128) --- nativescript-core/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nativescript-core/index.ts b/nativescript-core/index.ts index 9ba41154a..6088694f4 100644 --- a/nativescript-core/index.ts +++ b/nativescript-core/index.ts @@ -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 };