Skip to content

Commit

Permalink
fix: typos in docs (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodDaisy authored Jan 12, 2024
1 parent 7821762 commit d37334d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ Logs from TypeScript plugins are shown in the TSServer log. To open this log, fo
1. Ctrl+Shift+P (CMD+Shift+P on OSX) opens the command palette.
2. Select **TypeScript: Open TS Server log**.

If you've never openned the TS Server log before, you'll first need to enable logging and restart the TSServer. The command will prompt you to do this if needed
If you've never opened the TS Server log before, you'll first need to enable logging and restart the TSServer. The command will prompt you to do this if needed

> Hint: TSServer's logs are really noisy, even at the lowest level. Make sure to disable other plugins when working on the TS Plugin. Alternatively, grepping for "Astro Plugin" can help
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ For a full list of features, see [the VS Code's extension README](./packages/vsc

Pull requests of any size and any skill level are welcome, no contribution is too small. Changes to the Astro Language Tools are subject to [Astro Governance](https://github.com/withastro/.github/blob/main/GOVERNANCE.md) and should adhere to the [Astro Style Guide](https://github.com/withastro/astro/blob/main/STYLE_GUIDE.md)

See [CONTRIBUTING.md](./CONTRIBUTING.md) for instructions on how to setup your development environnement
See [CONTRIBUTING.md](./CONTRIBUTING.md) for instructions on how to setup your development environment

## Sponsors

Expand Down

0 comments on commit d37334d

Please sign in to comment.