Fix typos

This commit is contained in:
daniel.motzko
2021-07-05 11:23:10 +02:00
parent e2195587dd
commit a8ce9da802
10 changed files with 34 additions and 33 deletions

View File

@@ -4,9 +4,10 @@ ring: adopt
quadrant: tools
---
Gulp is a javascript task runner much like Grunt. The tasks are written in javascript code.
Gulp is a JavaScript task runner much like Grunt. The tasks are written in JavaScript code.
It is a tool that helps you automate numerous tasks surrounding web development. A typical use is to configure preprocessors for Sass, to compile CSS or to optimize CSS, Javascript and Images.
It is a tool that helps you automate numerous tasks surrounding web development.
A typical use is to configure preprocessors for Sass, to compile CSS or to optimize CSS, JavaScript and Images.
With Gulp and its many plugins you can also do stuff such as start a web server and reload the browser if changes happen.
@@ -17,7 +18,6 @@ npm install gulp -g
```
You also need it locally in your project, so you have to install it as a dependency in your project .
```javascript