Skip to content

Commit c07059b

Browse files
committed
Language fixes
Signed-off-by: Josh Pinkney <joshpinkney@gmail.com>
1 parent 643e8d1 commit c07059b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/languageservice/services/schemaRequestHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const schemaRequestHandler = (
5353

5454
// HTTP(S) requests are sent and the response result is either the schema content or an error
5555
if (scheme === 'http' || scheme === 'https') {
56-
// If we running inside of VSCode we need to make a content request. This content request
56+
// If we are running inside of VSCode we need to make a content request. This content request
5757
// will make it so that schemas behind VPN's will resolve correctly
5858
if (useVSCodeContentRequest) {
5959
return connection.sendRequest(VSCodeContentRequest.type, uri).then(

0 commit comments

Comments
 (0)