Skip to content

Commit 3e09361

Browse files
authored
Minor grammar improvements to README (#5895)
1 parent 8180c5d commit 3e09361

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Learn more at the [Svelte website](https://svelte.dev), or stop by the [Discord
2323

2424
## Supporting Svelte
2525

26-
Svelte is an MIT-licensed open source project with its ongoing development made possible entirely by the support of awesome volunteers. If you'd like to support their efforts, please consider:
26+
Svelte is an MIT-licensed open source project with its ongoing development made possible entirely by fantastic volunteers. If you'd like to support their efforts, please consider:
2727

2828
- [Becoming a backer on Open Collective](https://opencollective.com/svelte).
2929

@@ -44,7 +44,7 @@ npm install
4444

4545
> Do not use Yarn to install the dependencies, as the specific package versions in `package-lock.json` are used to build and test Svelte.
4646
47-
To build the compiler, and all the other modules included in the package:
47+
To build the compiler and all the other modules included in the package:
4848

4949
```bash
5050
npm run build
@@ -56,7 +56,7 @@ To watch for changes and continually rebuild the package (this is useful if you'
5656
npm run dev
5757
```
5858

59-
The compiler is written in [TypeScript](https://www.typescriptlang.org/), but don't let that put you off — it's basically just JavaScript with type annotations. You'll pick it up in no time. If you're using an editor other than [Visual Studio Code](https://code.visualstudio.com/) you may need to install a plugin in order to get syntax highlighting and code hints etc.
59+
The compiler is written in [TypeScript](https://www.typescriptlang.org/), but don't let that put you off — it's basically just JavaScript with type annotations. You'll pick it up in no time. If you're using an editor other than [Visual Studio Code](https://code.visualstudio.com/), you may need to install a plugin in order to get syntax highlighting and code hints, etc.
6060

6161

6262
### Running Tests

0 commit comments

Comments
 (0)