Skip to content

Commit 811236b

Browse files
michalstankomadskristensen
authored andcommitted
Minor typo & grammar fixes (#297)
1 parent c1cc756 commit 811236b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,23 @@ for changes and roadmap.
3131

3232
### Getting started
3333

34-
Right-click and `.less`, `.scss`, `.styl`, `.jsx`, `.es6` or `.coffee` file in Solution Explorer to
34+
Right-click any `.less`, `.scss`, `.styl`, `.jsx`, `.es6` or `.coffee` file in Solution Explorer to
3535
setup compilation.
3636

3737
![Compile file](art/contextmenu-compile.png)
3838

3939
A file called `compilerconfig.json` is created in the root of the
40-
project. This file let's you modify the behavior of the compiler.
40+
project. This file lets you modify the behavior of the compiler.
4141

42-
Right-clicking the `compilerconfig.json` file let's you easily
42+
Right-clicking the `compilerconfig.json` file lets you easily
4343
run all the configured compilers.
4444

4545
![Recompile](art/contextmenu-recompile.png)
4646

4747
### Compile on save
4848

4949
Any time a `.less`, `.scss`, `.styl`, `.jsx`, `.es6` or `.coffee` file is modified within
50-
Visual Studio, the compiler runs automatically to produces the compiled output file.
50+
Visual Studio, the compiler runs automatically to produce the compiled output file.
5151

5252
The same is true when saving the `compilerconfig.json` file where
5353
all configured files will be compiled.

0 commit comments

Comments
 (0)