From a99d928630164abd3f46bd6a914f08d8ad13cd4f Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 25 Nov 2018 17:13:58 -0500 Subject: [PATCH] spelling: javascript --- README.md | 2 +- src/server_manager/electron_app/digitalocean_oauth.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bec17ff7..f047b6b5 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Building creates the following directories under `build/`: The directories have subdirectories for intermediate output: - `ts/`: Autogenerated Typescript files - `js/`: The output from compiling Typescript code -- `browserified/`: The output of browserifying the Javascript code +- `browserified/`: The output of browserifying the JavaScript code To clean up: ``` diff --git a/src/server_manager/electron_app/digitalocean_oauth.ts b/src/server_manager/electron_app/digitalocean_oauth.ts index d7f1563d..6a0085a5 100644 --- a/src/server_manager/electron_app/digitalocean_oauth.ts +++ b/src/server_manager/electron_app/digitalocean_oauth.ts @@ -124,13 +124,13 @@ export function runOauth(): OauthSession { } }); - // This is the callback for the DigitalOcean callback. It serves Javascript that will + // This is the callback for the DigitalOcean callback. It serves JavaScript that will // extract the access token from the hash and post it back to our http server. app.get('/', (request, response) => { response.send(` Authenticating... - +