Commit graph

1832 commits

Author SHA1 Message Date
Jerry Smith
81c2e1e3c6
Remove redundant word 2018-11-04 16:10:16 +03:00
Ilya Kantor
5451310c26
Merge pull request #584 from 02zchen/master
Update article.md
2018-11-03 19:35:37 +03:00
Ilya Kantor
dafb17a168
Merge branch 'master' into master 2018-11-03 19:35:29 +03:00
Ilya Kantor
6fb018f09a
Merge pull request #583 from MFry/patch-1
Update article.md
2018-11-03 19:34:20 +03:00
Ilya Kantor
1889fd8d4e
Merge pull request #582 from evazorro/patch-1
Update wording and grammar
2018-11-03 19:34:04 +03:00
Ilya Kantor
6be46c10eb
Merge pull request #581 from Mrchazaaa/patch-1
placed a semicolon after this function expression
2018-11-03 19:33:15 +03:00
Ilya Kantor
e8517338a9
Merge pull request #580 from ProSr/master
Fixed that minor issue ;)
2018-11-03 19:32:56 +03:00
Ilya Kantor
7dc720f770
Merge pull request #579 from dagolinuxoid/patch-2
add the quotes
2018-11-03 19:32:36 +03:00
Ilya Kantor
2667c87c6d
Merge pull request #578 from vvnc/patch-3
Fix a typo
2018-11-03 19:32:09 +03:00
Ilya Kantor
70051dbff4
Merge pull request #577 from JohnoverBoard/patch-1
Remove the braces
2018-11-03 19:31:46 +03:00
Ilya Kantor
29a23f6f4d
Merge branch 'master' into patch-1 2018-11-03 19:31:39 +03:00
Ilya Kantor
7361a228e4
Merge pull request #576 from tendermario/patch-1
Fix typo.
2018-11-03 19:30:50 +03:00
Ilya Kantor
0ed3b44386
Merge pull request #574 from mathiasbockwoldt/patch-1
Added missing semicolon
2018-11-03 19:30:37 +03:00
Ilya Kantor
0e9d04b2e1
Merge pull request #572 from willworth/patch-1
Update article.md
2018-11-03 19:30:10 +03:00
Ilya Kantor
d993c29933
Merge pull request #571 from arnaugamez/patch-1
Add comma preceding "etc." uses.
2018-11-03 19:29:55 +03:00
Ilya Kantor
444af99a26
Merge pull request #570 from loumarven/patch-2
Improved sentence composition
2018-11-03 19:29:37 +03:00
Ilya Kantor
e2bf6efed6
Merge pull request #569 from loumarven/patch-1
Changed "independant" to "independent"
2018-11-03 19:29:22 +03:00
Ilya Kantor
81c0c03f10
Merge pull request #567 from christianreed/patch-2
"Can" instead of "Can't"
2018-11-03 19:29:06 +03:00
Ilya Kantor
0efe3846d6
Merge pull request #566 from khaister/patch-1
Update article.md
2018-11-03 19:28:53 +03:00
Ilya Kantor
f032b4b5ca
Merge pull request #565 from catmclough/update-copy
Adjust grammar in Coding Style page
2018-11-03 19:28:07 +03:00
Ilya Kantor
9d76f97c2d
Merge pull request #563 from dagolinuxoid/patch-4
fixSentence
2018-11-03 19:26:06 +03:00
Ilya Kantor
6d9cf37422
Merge pull request #585 from sneaky-moose/patch-1
Correct spelling mistake in JS comment
2018-11-03 19:25:52 +03:00
Ilya Kantor
e2f845aea5
Merge pull request #586 from pestrickland/patch-1
Update article.md
2018-11-03 19:25:39 +03:00
Ilya Kantor
5fd9227294
Merge pull request #587 from arnaugamez/patch-2
Minor style fix and remove unnecessary commas.
2018-11-03 19:25:12 +03:00
Ilya Kantor
faef871de4
Merge pull request #588 from gratiaa/patch-1
Fix typo: theyr -> their
2018-11-03 19:24:59 +03:00
Ilya Kantor
aa36757781
Merge pull request #589 from pedrofgsrj/patch-1
Fix method name and other minor changes
2018-11-03 19:24:46 +03:00
Ilya Kantor
1ee1176df7
Merge pull request #561 from vvnc/patch-2
Fix present simple, remove redundant word
2018-11-03 19:24:31 +03:00
Pedro Fernando
f62cd554f5
Fix method name and other minor changes 2018-10-31 11:51:02 +01:00
Young Bae
dcc3861f5b
Fix typo: theyr -> their 2018-10-31 14:40:24 +09:00
Arnau
ba8328d701
Minor style fix and remove unnecessary commas. 2018-10-30 17:28:12 +00:00
Paul Strickland
612f8901f9
Update article.md
A few small changes to improve readability, although I'm not entirely sure I'm correct about line 19:

> All of the IDEs except cross-platform.

I've changed this to say "All of the IDEs are cross-platform." Let me know if that's incorrect.
2018-10-30 14:37:22 +00:00
sneaky-moose
82502dbe27
Correct spelling mistake in JS comment
independant -> independent
2018-10-30 12:24:38 +11:00
Zach Chen
e1597caae5
Update article.md
Fixed grammar and typo issues. Did not change any of the actual information. Only reworded.
2018-10-29 20:57:31 -04:00
Michal Frystacky
9cda5611c1
Merge pull request #1 from MFry/MFry-patch-2
Updated #1 task.md
2018-10-29 16:28:11 -08:00
Michal Frystacky
950af8cf39
Update task.md
Grammar, spelling, and some clarifications
2018-10-29 16:24:31 -08:00
Michal Frystacky
0235308c48
Update article.md
Clarifications and grammar improvements.
2018-10-29 15:29:26 -08:00
Prokhor
f488185658
misspelling
The page can be divided into four parts:
1. …
2. …
3. …
4. …
5. ???
2018-10-29 02:59:28 +03:00
Mrchazaaa
14b27426db
placed a semicolon after this function expression 2018-10-28 14:38:32 +00:00
Prokhor
eb74db5425
excess semicolon
excess semicolon after the 'destroy' method
2018-10-28 16:44:41 +03:00
Prokhor
e92f02a395
excess semicolon
excess semicolon after the 'destroy' method
2018-10-28 16:43:47 +03:00
Prokhor
e4be3724a4
Sticky too
"The offsetParent is the nearest ancestor that is:
1. CSS-positioned (position is absolute, relative, fixed…️or sticky
2018-10-28 16:34:19 +03:00
Prokhor
1d45b45c07
A spelling mistake in the word "preferrably"
There must be one character "r".
2018-10-28 16:13:33 +03:00
Prokhor
8aecaa8598
Min is not defined
Should be:
mins
2018-10-28 16:01:29 +03:00
Prokhor
78dc85424a
Min is not defined
Should be:
mins
2018-10-28 16:01:01 +03:00
Prokhor
6b0bdac4c0
Min is not defined
Should be:
mins
2018-10-28 15:59:27 +03:00
Prokhor
3601ec366b
Min is not defined
Should be:
mins
2018-10-28 15:58:47 +03:00
Prokhor
6b3b485038
Min is not defined
Should be:
mins
2018-10-28 15:57:26 +03:00
Prokhor
37761062b4
min is not defined!
Should be:
mins
2018-10-28 15:56:23 +03:00
daGo
be572bdb4c
add the quotes
now they do the same
2018-10-28 10:33:10 +03:00
Jerry Smith
55d1a1e8e8
Fix a typo 2018-10-27 21:06:27 +03:00