-
Notifications
You must be signed in to change notification settings - Fork 82
Sync with upstream @ 08734734 #4
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
Fixed a small typo
1. Moved some content that was not pertinent. 2. Deleted a repetition. Closes 962.
Fix GitHub casing (04-promise-error-handling/article.md
Fix typos
Regex: moved and deleted content from the "Patterns and flags".
Fix typo at Async/Await solution
fixed typo
Added missing punctuation.
Typo in article about Template
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
|
|
Updating Repo 27-01-2020
Merge pull request #285 from yoga1234/master
This PR was automatically generated.
Merge changes from en.javascript.info at 0873473
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.
We recommend to close this PR and merge conflicting changes manually.
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).