Fixing a couple typos in the docs (#55)

This commit is contained in:
Martin Repta
2021-06-10 02:59:38 +10:00
committed by GitHub
parent f8e25eb748
commit f640b7b59d
2 changed files with 4 additions and 4 deletions

View File

@@ -56,7 +56,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
@@ -66,7 +66,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
@@ -84,7 +84,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