From cc727a8929789d3e08455b496442318971df7d0d Mon Sep 17 00:00:00 2001 From: "E. G. Patrick Bos" Date: Tue, 10 Dec 2024 17:34:55 +0100 Subject: [PATCH] try to fix link with the full share-button link --- language_guides/javascript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language_guides/javascript.md b/language_guides/javascript.md index 89e85db..8dcd78a 100644 --- a/language_guides/javascript.md +++ b/language_guides/javascript.md @@ -184,7 +184,7 @@ When using Deno, you can also use its [built-in formatter](https://docs.deno.com An alternative to Prettier is [Biome](https://biomejs.dev/), which also includes a linter. -In any case, remember to use tabs for indentation for the [purpose of accessibility](https://www.reddit.com/r/javascript/comments/c8drjo/nobody_talks_about_the_real_reason_to_use_tabs/). +In any case, remember to use tabs for indentation for the [purpose of accessibility](https://www.reddit.com/r/javascript/comments/c8drjo/nobody_talks_about_the_real_reason_to_use_tabs/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button). ### Linters