-
Notifications
You must be signed in to change notification settings - Fork 118
Sync with upstream @ 19223ae7 #2
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
not a biggie
Changed the sign on line 32,33.
Remove word "to" after a modal verb
'lines' instead of 'line' in the "multi-line input" section
Fixed syntax error / typo
Minor grammar change
Update solution.md
Minor grammar fix
BEFORE "3. When this happens, a special “object wrapper” IS CREATED that provides the extra functionality, and then is destroyed." AFTER "3. When this happens, a special “object wrapper” that provides the extra functionality IS CREATED, and then is destroyed."
Corrected grammar
#8: fix unordered list
Typo: F.property => F.prototype
Update article.md
Update article.md
Update article.md
|
|
Atimidguy patch 2
…ammar-fix Fix minor grammatical errors
Repo Update 4-Aug, 2018
Translated solution.md 2-ui/1-document/07-modifying-document/1-createtextnode-vs-innerhtml/solution.md
Merge pull request #176 from kayraberktuncer/master
Form properties and methods
This PR was automatically generated.
Merge changes from en.javascript.info at 19223ae
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 checkout --theirs <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).