diff --git a/Dockerfile b/Dockerfile index fbd13bebf2..241926db4e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ ENV CGO_ENABLED=1 COPY . . # -# Generate the Javascript webpack. +# Generate the JavaScript webpack. # RUN mkdir --parents $NVM_DIR && \ wget \ @@ -36,7 +36,7 @@ RUN \. "$NVM_DIR/nvm.sh" && \ RUN find ./bskyweb/static && find ./web-build/static # -# Generate the bksyweb Go binary. +# Generate the bskyweb Go binary. # RUN cd bskyweb/ && \ go mod download && \ diff --git a/__tests__/lib/string.test.ts b/__tests__/lib/string.test.ts index f25bd02a78..936708cf26 100644 --- a/__tests__/lib/string.test.ts +++ b/__tests__/lib/string.test.ts @@ -48,7 +48,7 @@ describe('detectLinkables', () => { 'Classic article https://socket3.wordpress.com/2018/02/03/designing-windows-95s-user-interface/ ', 'https://foo.com https://bar.com/whatever https://baz.com', 'punctuation https://foo.com, https://bar.com/whatever; https://baz.com.', - 'parenthentical (https://foo.com)', + 'parenthetical (https://foo.com)', 'except for https://foo.com/thing_(cool)', ] const outputs = [ @@ -112,7 +112,7 @@ describe('detectLinkables', () => { {link: 'https://baz.com'}, '.', ], - ['parenthentical (', {link: 'https://foo.com'}, ')'], + ['parenthetical (', {link: 'https://foo.com'}, ')'], ['except for ', {link: 'https://foo.com/thing_(cool)'}], ] it('correctly handles a set of text inputs', () => { diff --git a/bskyweb/README.md b/bskyweb/README.md index a74cda0d5d..d60647379b 100644 --- a/bskyweb/README.md +++ b/bskyweb/README.md @@ -2,7 +2,7 @@ ### SPA Bundle (monolithic static javascript file) -To build the SPA bundle (`bundle.web.js`), first get a Javascript development +To build the SPA bundle (`bundle.web.js`), first get a JavaScript development environment set up. Either follow the top-level README, or something quick like: diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html index 5725b7af0e..abd312ed5e 100644 --- a/bskyweb/templates/base.html +++ b/bskyweb/templates/base.html @@ -122,8 +122,8 @@ {%- block body_all %}