From c85755cebb9e987a2910d2ad50d0ac8190c761c7 Mon Sep 17 00:00:00 2001 From: Huw Diprose Date: Tue, 5 Nov 2024 16:08:24 +0000 Subject: [PATCH] Fix a typo and use content focuses apostrophes I stupidly hit merge without noticing some old comments, I'm a fool. This answers @galund's sensible point: https://github.com/alphagov/gds-way/pull/941#pullrequestreview-2353687411 > Do you have a nice editor extension that's doing your curly quotes - I > approve in principle if but we value consistency I wouldn't bother. At least I'll make this file consistent. Also amends a silly typo i missed --- source/standards/programming-languages.html.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/standards/programming-languages.html.md.erb b/source/standards/programming-languages.html.md.erb index 73539893..b15a3a42 100644 --- a/source/standards/programming-languages.html.md.erb +++ b/source/standards/programming-languages.html.md.erb @@ -48,7 +48,7 @@ You can use [TypeScript](https://www.typescriptlang.org/) when teams think it’ appropriate. For example, the GOV.UK PaaS team uses TypeScript because they are used to working with a statically typed, compiled language, and they think the compilation and static-analysis tooling is better for -their workflow. Ther’s more information about TypeScript on the +their workflow. There’s more information about TypeScript on the [Node.js page](/manuals/programming-languages/nodejs/). ## Backend development