From 05c19004fb0a704d56c26e036bf3ef074572fcae Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Tue, 30 Jun 2020 20:08:53 +0200 Subject: [PATCH] docs: fixed small spelling error --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b376a6a..b591ba83 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ There is a development HTML file located at `/dev/index.html` that you can view ## Editing -If you use VS Code, we highly reccomend the [lit-plugin extension](https://marketplace.visualstudio.com/items?itemName=runem.lit-plugin), which enables some extremely useful features for lit-html templates: +If you use VS Code, we highly recommend the [lit-plugin extension](https://marketplace.visualstudio.com/items?itemName=runem.lit-plugin), which enables some extremely useful features for lit-html templates: - Syntax highlighting - Type-checking - Code completion @@ -61,7 +61,7 @@ If you use VS Code, we highly reccomend the [lit-plugin extension](https://marke - Linting - Quick Fixes - The project is setup to reccomend lit-plugin to VS Code users if they don't already have it installed. + The project is setup to recommend lit-plugin to VS Code users if they don't already have it installed. ## Linting @@ -79,7 +79,7 @@ npm run lint [Prettier](https://prettier.io/) is used for code formatting. It has been pre-configured according to the Polymer Project's style. You can change this in `.prettierrc.json`. -Prettier has not been configured to run when commiting 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 and `pretty-quick`. See the [prettier.io](https://prettier.io/) site for instructions. ## Static Site