Commit graph

1686 commits

Author SHA1 Message Date
dragonwocky
24d132bd73
Minor grammatical typo fix
"rare mathematical __or hieroglyphic__ characters" makes a little more sense than "rare mathematical __of hieroglyphs__ characters"
2019-04-14 15:53:33 +10:00
Danil Kolumbet
271129ecaf
Change link destination
At the end article mentions a chapter about comments, but link sends to an antecedent article, which doesn't mention comments at all.
2019-04-13 15:32:18 +03:00
vasilevx
3b97c0ae80
Change "water" to "value" parameter in sample 2019-04-12 02:59:37 +03:00
Mérinat Tobias iamerina
7a9a83e608 typos and improved wording 2019-04-11 08:42:32 +02:00
Ilya Kantor
222c52fcd8 minor 2019-04-10 10:53:34 +03:00
Ilya Kantor
c9631a108c
Merge pull request #890 from jackpickus/patch-1
Update article.md
2019-04-09 23:38:16 +03:00
Ilya Kantor
1349e70f88
Merge pull request #894 from amolpatravali97/patch-1
Mistake in naming the property name.
2019-04-09 23:38:06 +03:00
Ilya Kantor
67ed0e01c8
Merge pull request #895 from holub008/master
Mismatched example code and image in promise basics
2019-04-09 23:37:56 +03:00
Ilya Kantor
61908637f3
Merge pull request #899 from Hormozdi/master
Update article.md
2019-04-09 23:37:08 +03:00
Ilya Kantor
88c371a607
Merge pull request #900 from atulsm/master
Fixing the syntax typo in prompt function definition
2019-04-09 23:36:58 +03:00
Eli Geller
16deb3c6c1 General grammar/typo changes 2019-04-09 13:28:55 -04:00
Atul Soman
d25d29cd0f
Update article.md 2019-04-09 16:38:35 +05:30
Atul Soman
1728f97425
Fixing the syntax typo in prompt 2019-04-09 14:09:55 +05:30
hoomaan Hormozdi
18e30f15ba
Update article.md
Type mismatch
2019-04-09 11:40:54 +04:30
Karl Holub
798840ee0d
promise result exact string match 2019-04-08 10:34:46 -05:00
Amol K Patravali
e3e4502ce2
Mistake in naming the property name.
The getter and setter are referring to this._name and the property name that is stored is this.name. Changed it to this._name.
2019-04-08 13:45:26 +05:30
Ilya Kantor
8f13d61a8b Sketch editor update (no important image changes) 2019-04-05 09:17:57 +03:00
Ilya Kantor
2a39ef8050 minor 2019-04-05 09:17:26 +03:00
Jack Pickus
34fd31c9c0
Update article.md 2019-04-04 20:58:56 -05:00
Ilya Kantor
d7d1c17de9 todo 2019-04-03 16:36:08 +03:00
Steven Rogalsky
85a0449fce
Merge pull request #1 from srogalsky8/master
Fix another typo
2019-04-02 12:36:47 -07:00
Steven Rogalsky
94d30ce921
Fix another typo 2019-04-02 12:33:59 -07:00
Steven Rogalsky
1932bfbde1
Typo in article.md 2019-04-02 11:47:30 -07:00
Ilya Kantor
911f7833bb minor 2019-04-02 14:53:28 +03:00
Ilya Kantor
9dff4c05d4
Merge pull request #870 from gargakshat/patch-1
Update to improve clarity and avoid confusion.
2019-04-02 14:45:22 +03:00
Ilya Kantor
e22e971664 Merge branch 'refactor' 2019-04-02 14:02:03 +03:00
Ilya Kantor
6fb4aabcba components 2019-04-02 14:01:44 +03:00
Ilya Kantor
184f7ae38c
Merge pull request #872 from James868/patch-3
Fix typo
2019-04-02 08:55:17 +03:00
Ilya Kantor
8006d3c523
Merge pull request #874 from Supernaiivi/typos
Fix English typo
2019-04-02 08:54:40 +03:00
Ilya Kantor
a8be18d2cd
Merge pull request #876 from maurodibert/patch-44
Update article.md
2019-04-02 08:54:18 +03:00
Ilya Kantor
7fa1bf7a96
Merge pull request #880 from vasilevx/patch-1
Fix function parameter
2019-04-02 08:52:23 +03:00
Ilya Kantor
8925505bd8
Merge pull request #882 from LordLexLutheran/patch-1
Small Grammatical Error - article.md "Class"
2019-04-02 08:52:07 +03:00
Ilya Kantor
956be1b35e
Merge pull request #868 from odykyi/patch-1
Update article.md
2019-04-02 08:39:55 +03:00
Ilya Kantor
69c7491250
Merge pull request #867 from avinashsinghdhillon/patch-1
Update article.md
2019-04-02 08:39:33 +03:00
Ilya Kantor
e4a1148098
Merge pull request #866 from mb1047/patch-1
Update article.md
2019-04-02 08:38:53 +03:00
Alex Miget
a9fb7799e1
Small Grammatical Error 2019-03-30 12:50:22 -05:00
Ilya Kantor
9c3ac133e3 draft 2019-03-30 14:32:38 +03:00
vasilevx
cae79b54e5
Fix function parameter
As in example above
2019-03-29 05:01:56 +03:00
Mau Di Bert
260bca1c1a
Update article.md 2019-03-28 08:43:11 -03:00
Ilya Kantor
0873d43d72 up 2019-03-26 23:16:23 +03:00
Kasperi Ekqvist
da51ce5d6c Fix English typo 2019-03-26 16:41:53 +02:00
Rizky
323de66b20
Fix typo
Remove semicolon at the end of the function
2019-03-26 05:31:56 +00:00
Akshat Garg
db55cf71ac
Update to improve clarity and avoid confusion.
Changing the section on using commas to skip array elements, so as to make it more explicit that the skipping is possible for the elements in the middle of the array as well.
The code sample and smart-heading give the impression that only the first elements can be skipped.
2019-03-24 00:47:51 +05:30
Ilya Kantor
706b1f26b2 fixes 2019-03-23 02:22:11 +03:00
Ilya Kantor
92f7f1b8af fixes 2019-03-23 02:20:46 +03:00
Ilya Kantor
50bee36111 improvements 2019-03-23 02:14:21 +03:00
Ilya Kantor
b8d63d3188 improvements 2019-03-23 02:14:04 +03:00
Ilya Kantor
439cf4c491 improvements 2019-03-23 02:13:30 +03:00
Ilya Kantor
ffb9ce2dfc up 2019-03-22 23:08:38 +03:00
odykyi
89983899f0
Update article.md 2019-03-22 11:54:58 +02:00