From 333352e0273a25130b3bff1db43ce4fadfb70b4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Thu, 6 Jan 2022 23:33:30 +0100 Subject: [PATCH] docs: fix typo in license section in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41ff35f1af20..bf858a9e6468 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Support for specific Current status releases are considered periodically. ## License -TypeScript ESLint inherits from the the original TypeScript ESLint Parser license, as the majority of the work began there. It is licensed under a permissive BSD 2-clause license. +TypeScript ESLint inherits from the original TypeScript ESLint Parser license, as the majority of the work began there. It is licensed under a permissive BSD 2-clause license. ## How can I help?