From ef515a64880c5ef06f38a7a4bf40a4f29ace4ac0 Mon Sep 17 00:00:00 2001 From: Mr-peipei Date: Mon, 27 Sep 2021 21:26:50 +0900 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf31a0e4..6650a522 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ npm run lint [Prettier](https://prettier.io/) is used for code formatting. It has been pre-configured according to the Lit's style. You can change this in `.prettierrc.json`. -Prettier has not been configured to run when committing files, but this can be added with Husky and and `pretty-quick`. See the [prettier.io](https://prettier.io/) site for instructions. +Prettier has not been configured to run when committing files, but this can be added with Husky and `pretty-quick`. See the [prettier.io](https://prettier.io/) site for instructions. ## Static Site