-
Notifications
You must be signed in to change notification settings - Fork 111
Sync with upstream @ 08734734 #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Fix typo
Fix typo dynamicaly to dinamically
"press" is when we push a keyboard key "click"/"select" is when we use a mouse button.
minor spelling and grammar corrections
Update article.md (File and FileReader)
replace "press" with "click"
Array methods: minor mistake
Update article.md
regexp-character-classes: wording
array-methods: wording
…e-basics Replace error strings with template strings
Fixed typos in defer example
typo
Del redundant 'then' word
Update article.md
Change number of flags
Fix css comments
Fixed typos
Fixed ArrayBuffer article link; Fixed typo;
Fix Websocket article typo
Update article.md
Update article.md
|
fakeinc seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Adding some mention of implicit `<tbody>` element. Comes up later in Modifying the Document task #10 solution.
Change 'importance' translation back to English
This PR was automatically generated to merge changes from en.javascript.info at 0873473
This PR contains files with conflicts. If you merge this PR, you'll need to examine the listed files and resolve conflicts.
Alternatively, you can close this PR and merge conflicting changes manually.
The following files have conflicts and may need new translations:
Please fix the conflicts by pushing new commits to this pull request, either by editing the files directly on GitHub or by checking out this branch.
The steps are:
git add remote upstream https://github.com/javascript-tutorial/en.javascript.infogit checkout mastergit pull upstream mastergit checkout --ours <path>git diff --word-diff master...upstream/master <path>(please note: three dots in the command)git push origin masterPlease ignore changes in Readme.md (git checkout --ours Readme.md && git commit -m ignore Readme.md).