From 9aa03c749e0f550fd6e807e64c911faf6018e007 Mon Sep 17 00:00:00 2001 From: Eric Crosson Date: Tue, 23 Jan 2024 12:35:36 -0600 Subject: [PATCH] docs: use formal capitalization of JavaScript/TypeScript Formal capitalization taken from developer.mozilla.org[^1] and typescriptlang.org[^2]. [^1]: https://developer.mozilla.org/en-US/docs/Web/JavaScript [^2]: https://www.typescriptlang.org/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ef6523a..07468ab8 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ use nix - [purty](https://gitlab.com/joneshf/purty) -## Javascript/Typescript +## JavaScript/TypeScript - denofmt: Runs `deno fmt` - denolint: Runs `deno lint`