Commit Graph

19280 Commits

Author SHA1 Message Date
f41deb625b Modified Spanish endings and sentences to make. (#19840)
Some of the Spanish endings needed a change from the Usted form (formal) to the informal form (since that is how the article should be written in Spanish). 
Modified briefly some sentences to make it more understandable for Spanish readers.
2018-12-01 15:40:45 -07:00
d2cb71d04b Added dialog tag guide in HTML section (#23173) 2018-12-01 15:18:48 -07:00
0042936ce2 Callable vs Runnable (#23117)
* Callable vs Runnable

Included Callable interface as thread creation mechanism and the advantages of using Callable over Runnable

* fix: corrected wording on following line
2018-12-01 15:17:01 -07:00
63144ea2ac Small contribution to switch statement (#23150) 2018-12-01 14:44:45 -07:00
13b93ba209 Added additional links and descriptions. (#23112)
Added descriptions to lists of women in tech initiatives and added a few additional links to list.
2018-12-01 14:32:12 -07:00
a77e6be978 Translation correction. (#33750)
The word 'Submit' (Enviar) should not be translated into Portuguese because it refers to a code snippet of the button tag.
2018-12-01 19:00:35 -02:00
f09e84ff14 Fixed code formatting (#23068)
Added curly brackets where they had been left out of the code snippets. Also fixed two grammatical errors on line 52
2018-12-02 03:17:12 +07:00
71a502d616 Editing Photoshop index.md for clarity, fixing footnotes (#23165) 2018-12-02 03:16:17 +07:00
9a315e237a Data Structures: Remove from a Set (#34493)
* fix: solution and moved instructions

* feat: added solution

* fix: added code elements
2018-12-01 11:46:02 -07:00
db1303ea4b Corrected semantic errors. Changed hyperlinks to Russian resources (#25074) 2018-12-01 22:45:50 +04:00
e66e6beebb Made the text more readable. Corrected semantic and stylistic mistakes. (#25062) 2018-12-01 22:44:27 +04:00
1a4bdd52dd index.md (#25059)
* index.md

Components translated

* index.md updated

added localeTitle
2018-12-01 22:42:29 +04:00
25b6f1d924 Add example of Ternary Operator (#25553) 2018-12-02 00:11:31 +05:30
cd86f22c33 Update index.md for Angular (#23001) 2018-12-02 00:45:15 +09:00
62ba0777e0 Adding short and clear solution 2018-12-02 00:23:24 +09:00
e3fe801288 Ionic guide including ionic4 (#22236) 2018-12-02 00:19:45 +09:00
e0e864fd0f corrected few grammar mistakes (#28726) 2018-12-01 21:28:33 +08:00
0d7700ee78 Updated the grammar (#28629)
Under #### Full Stack Development Certification 

"Once you earn all 6 of these certifications..." to "Once you have earned all 6 of these certifications..."
2018-12-01 21:16:29 +08:00
18b99807bc Update README.md (#28716)
Capitalized "Security Issue" under Table of Contents.
2018-12-01 21:15:08 +08:00
8869476c1f Update CODEOWNERS (#30280) 2018-12-01 21:07:11 +08:00
94049cfc11 Update CONTRIBUTING.md (#31134)
Add closed captions for accessibility
2018-12-01 21:06:01 +08:00
54ab0c372b Added . to end of list element (#32001) 2018-12-01 19:45:10 +08:00
97483fa7de Adding url link to freeCodeCamp title. (#31640) 2018-12-01 19:43:42 +08:00
abea0e1ac6 fix: Broken Links and Formatting (#32171)
Fixed Broken links in `Quick References Articles` section and added links for `Style Guides` section.
2018-12-01 19:24:14 +08:00
48ac4cdfba Add Facebook group to README.md (#33910)
* Update README.md

* Update README.md
2018-12-01 19:23:40 +08:00
3218e999bd Add comment tags to the end of the file (#32907)
Turned the last statement instructing collaborators to about closing issues into a comment.
2018-12-01 19:20:53 +08:00
dfba4e3835 fix: deleted all the book-recommendations folders (#34498) 2018-12-01 19:08:07 +08:00
f1311cd80a Corrected some typo errors. (#21170)
Corrected some typo errors in the document.
2018-11-30 23:21:00 -08:00
6acab2bb38 Fixing typo on "deficiências" (#20036)
In this case we use "deficiência", the plural is guarenteed by "pessoas".
2018-12-01 14:33:25 +08:00
07c7877e5b Grammar mistake (#24663)
changed "provides an FAQ" to "provides a FAQ"
2018-12-01 11:03:26 +05:30
841fa65d08 changed wording (#23793)
changed confusing wording
2018-11-30 21:24:29 -05:00
565a674d77 Some text changes. (#20250)
fixes translation issues, makes the text more readable and clear.
2018-11-30 22:39:10 +01:00
3d0c88bac9 Updating PHP snippet to match text (#23109)
Changing echo output to match what the text says it will do.
2018-11-30 13:54:09 -07:00
1db9717846 Detailed the explanations, added a pen (#23077)
* Detailed the explanations, added a pen

I added a lot of explanations to the examples and detailed what each line of code does.

I also added a short explanation of the differences between stateful and stateless components.

Finally, I linked to a pen that shows the differences between a prop and state.

* fix: spelling
2018-11-30 13:48:34 -07:00
bc3bafcfb0 Add info about changing icon sizing (#23103)
Had intended to include a link to the official docs here https://fontawesome.com/how-to-use/on-the-web/styling/sizing-icons but they appear to be out of date.
2018-11-30 13:45:20 -07:00
597ba0b9be Switch case with same code for multiple values (#23073)
* Switch case with same code for multiple values

Handle switch case when single piece of code runs for multiple values.

* removed invalid example numbering introduced in merge conflict resolution
2018-11-30 12:53:17 -07:00
1fb9890647 fixed grammar mistake (#24673)
changed "Cascading Style-sheets" to "Cascading Style Sheets"
2018-12-01 00:58:06 +05:30
cd39d3178c guide-to-implement-google-sign-in-using-firebase-auth (#23007)
* Add this as a guide for Firebase Auth.

This is a thorough guide on how to implement Google sign-in using firebase authentication.

* made folder name lowercase

* updated directory name and frontmatter title
2018-11-30 12:06:07 -07:00
77620d67aa Add content "different approaches for writing an algorithm" (#23049) 2018-11-30 11:30:25 -07:00
720f8562bf Added "overfitting and underfitting" (#25528) 2018-11-30 20:44:27 +05:30
9621e372d0 Add proper indentation to example code (#23794) 2018-11-30 07:21:49 -05:00
521138726b Fix example comment spacings (#23792) 2018-11-30 07:17:42 -05:00
f169c1df26 Added another book (#23789) 2018-11-30 07:11:17 -05:00
1c715c2269 Add useful color scheme websites (#23788) 2018-11-30 07:09:45 -05:00
83a07f8d5d Language correction and maintenance (#19765)
Remove some meaningless words , add some and rearrange the sentences.
2018-11-30 14:28:11 +08:00
430fd0eb1c Improvements to translation (#25013)
Changes to make translation make more sense in Russian language
2018-11-30 09:51:46 +04:00
3f570746a0 Improvements to translation (#25008)
Changes to make translation make more sense in Russian language
2018-11-30 09:40:36 +04:00
da9b8b434e Improvements to translation (#25002)
Changes to make translation make more sense in Russian language
2018-11-30 09:39:18 +04:00
9d2924af3e Made it more readable in russian. Corrected table. (#25049) 2018-11-30 09:31:24 +04:00
8d8e66d854 index.md (#25045)
Complite translation
2018-11-30 09:30:46 +04:00