Skip to content

Commit ee47fa0

Browse files
Fixed Grammar issues
1 parent 1edb0a3 commit ee47fa0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The Modern JavaScript Tutorial
22

3-
This repository hosts the English content of the Modern JavaScript Tutorial, published in [https://javascript.info](https://javascript.info).
3+
This repository hosts the English content of the Modern JavaScript Tutorial, published at [https://javascript.info](https://javascript.info).
44

55
## Translations
66

@@ -12,17 +12,17 @@ See <https://javascript.info/translate> for the details.
1212

1313
We'd also like to collaborate on the tutorial with other people.
1414

15-
Something's wrong? A topic is missing? Explain it to people, add as PR 👏
15+
Something's wrong? A topic is missing? Explain it to people, add it as PR 👏
1616

17-
**You can edit the text in any editor.** The tutorial uses enhanced "markdown" format, easy to grasp. And if you want to see how it looks on-site, there's a server to run the tutorial locally at <https://github.com/javascript-tutorial/server>.
17+
**You can edit the text in any editor.** The tutorial uses an enhanced "markdown" format, easy to grasp. And if you want to see how it looks on-site, there's a server to run the tutorial locally at <https://github.com/javascript-tutorial/server>.
1818

1919
The list of contributors is available at <https://javascript.info/about#contributors>.
2020

2121
## Structure
2222

23-
Every chapter, article or a task has its folder.
23+
Every chapter, article, or task has its folder.
2424

25-
The folder is named like `N-url`, where `N` is a number for the sorting purposes and `url` is the URL part with title of the material.
25+
The folder is named like `N-url`, where `N` is a number for the sorting purposes and `URL` is the URL part with the title of the material.
2626

2727
The type of the material is defined by the file inside the folder:
2828

0 commit comments

Comments
 (0)