From 07e8c38dc7e13cff267876ab92e58b0966b5d710 Mon Sep 17 00:00:00 2001 From: Simone Poggiali Date: Wed, 29 May 2024 20:26:13 +0200 Subject: [PATCH] fix lint --- tools/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/README.md b/tools/README.md index 1de7045..e837f3e 100644 --- a/tools/README.md +++ b/tools/README.md @@ -99,9 +99,8 @@ epubcheck ../downloads/typescript-book.epub To contribute to this e-book, follow these steps: -* Update the main markdown file with your changes. +* Update the main Markdown file with your changes. * Run `make check` to ensure the linter and other checks pass. * Preview the website locally with `make website-preview` to make sure it works as expected. * Generate the e-books by running `make books`. * Submit your PR and share your awesome contributions! -