From d37334dcdb4d6fc66ee7bc757f58cc6bd6ba10c1 Mon Sep 17 00:00:00 2001 From: GoodDaisy <90915921+GoodDaisy@users.noreply.github.com> Date: Fri, 12 Jan 2024 22:19:16 +0800 Subject: [PATCH] fix: typos in docs (#756) --- CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 33a755b0..e85469ad 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/README.md b/README.md index 654c564f..bc1a7518 100644 --- a/README.md +++ b/README.md @@ -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