Skip to content

Commit adc2e42

Browse files
authored
README: fix some typos and grammar
1 parent 8ee3a51 commit adc2e42

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ This repository was made for beginners to start learning Javascript from Scratch
66

77
This repository uses [Docsify](https://docsify.js.org) for generating documentation website on the fly.
88

9-
If you want run Docsify you must use latest version of node (now is v13.0.1)
9+
If you want to run Docsify, you must use the latest version of node (now is v13.0.1).
1010
read this issue [#299](https://github.com/Swap76/Learn-JavaScript/issues/299)
1111

1212

1313
**Steps:**
14-
1. Install dependencies
14+
1. Install dependencies.
1515
```
1616
npm install
1717
```
@@ -23,8 +23,8 @@ read this issue [#299](https://github.com/Swap76/Learn-JavaScript/issues/299)
2323

2424
## ESLint
2525

26-
After making your changes or adding your contributions, lint your javascript files with eslint by running following command.
27-
While linting many errors may arise don't try to fix errors from other files except yours as this is tutorial repo some mistakes are intenstion.
26+
After making your changes or adding your contributions, lint your javascript files with eslint by running the following command.
27+
While linting, many errors may arise. Don't try to fix errors from other files except yours as this is a tutorial repo some mistakes are intentional.
2828

2929
```sh
3030
$ npm run lint:fix
@@ -33,13 +33,13 @@ $ npm run lint:fix
3333
## References
3434

3535
### [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
36-
One of the famous reference site for Javascript, it introduces from beginning to the advance concept
36+
One of the famous reference site for Javascript, it introduces various concepts from beginning to advanced.
3737

38-
### [w3schols.com](https://www.w3schools.com/js/)
39-
W3Schools is an educational website for learning web technologies online. Content includes tutorials and references relating to HTML, CSS, JavaScript
38+
### [w3schools.com](https://www.w3schools.com/js/)
39+
W3Schools is an educational website for learning web technologies online. Content includes tutorials and references relating to HTML, CSS, JavaScript and many more.
4040

41-
### [The Modern JavaScrit Tutoial](https://javascript.info/)
42-
This web site introduces JavaScript with well-sorted topics, so it helps to see overview
41+
### [The Modern JavaScript Tutoial](https://javascript.info/)
42+
This web site introduces JavaScript with well-sorted topics, giving a basic overview of JavaScript.
4343

4444
### [TutorialPoint](https://www.tutorialspoint.com/index.htm)
45-
They provides a vaiety of media such as video, eBooks, so it would be helpful, it you look for another learning materials
45+
They provide a variety of media content such as videos, eBooks, and other learning materials making JavaScript much simpler.

0 commit comments

Comments
 (0)