From 5cbf0a2194b4389d0fec8fd8a3d05b6c8129e548 Mon Sep 17 00:00:00 2001 From: Allison Strandberg Date: Thu, 21 Mar 2024 09:12:13 -0400 Subject: [PATCH] Correct pluralization of 'covers' --- src/content/learn/typescript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/learn/typescript.md b/src/content/learn/typescript.md index 79546dc3461..6f49c76567c 100644 --- a/src/content/learn/typescript.md +++ b/src/content/learn/typescript.md @@ -456,7 +456,7 @@ We recommend the following resources: - [The TypeScript handbook](https://www.typescriptlang.org/docs/handbook/) is the official documentation for TypeScript, and covers most key language features. - - [The TypeScript release notes](https://devblogs.microsoft.com/typescript/) covers new features in depth. + - [The TypeScript release notes](https://devblogs.microsoft.com/typescript/) cover new features in depth. - [React TypeScript Cheatsheet](https://react-typescript-cheatsheet.netlify.app/) is a community-maintained cheatsheet for using TypeScript with React, covering a lot of useful edge cases and providing more breadth than this document.