Commit Graph

3821 Commits (504728857ffb194e04c0a720001a500f0583cc35)

Author SHA1 Message Date
Rich Noah 826d4df47c tool for accessibility checking (#28357)
added comment referencing WAVE as a tool to check accessibility.
2019-01-28 12:56:29 -07:00
Adriano 4e5addc9e7 corrected text (#27197) 2019-01-28 08:14:19 -08:00
j-frow 8208b04af5 Add explicit instructions for command mode. Improve style (#27289) 2019-01-27 22:58:11 +04:00
Aaron Gottlieb 2f342d0dc4 Add further explanation of ownProps in mstp (#26455)
* Add further explanation of ownProps in mstp

* Added syntax highlighting
2019-01-27 13:06:47 -05:00
Nishanth Ramesh 94ba6fc6d8 Add the text "Solidity is a contract-oriented, high-level language for implementing smart contracts." to article (#24862) 2019-01-27 10:25:53 -07:00
edu san c203c9a76f Expand and add to previous content (#24671)
Notably added: origin of smart contracts, example of smart contract, references.
The added content required a slight rewording of the previous content.
I removed (miners) from "... nodes(miners) ..." since a node is not equivalent to a miner. Not all nodes are miners (and it is crucial that this is the case!!) -> https://bitcointalk.org/index.php?topic=1734235.0
2019-01-27 09:31:17 -07:00
Suman Roy 49d9aaca40 Added : More detailed information for beginners (#30023)
Added : shell command --> "npm install -g angular"
Added : Description for creating first app in Angular for Beginners
2019-01-27 09:21:39 -07:00
yapancha ea5480a2c4 Uses of infinite loop (#27283)
Some of the uses of an infinite loop just to suggest that the use of an infinite loop is not always an error
2019-01-26 23:36:30 -05:00
The Coding Aviator 4783deafdc Added solution to Adjust the Color of Various Elements to Complementary Colors (#34362)
* Update index.md

* Update index.md

* Update index.md
2019-01-26 18:56:15 -08:00
Ishan Chhabra ddb81086a9 Add Generics Section (#33367)
* Add Generics Section

* fix: added front matter block
2019-01-26 18:46:52 -08:00
Ishan Chhabra 9359b1aa36 Add Section About Error Handling (#33365)
* Add Section About Error Handling

* fix: added front matter block
2019-01-26 18:46:41 -08:00
Prathamesh c64a6c6dfa add bitcoin: basics (#33245)
* add bitcoin: basics

* fix: added front matter block
2019-01-26 18:41:49 -08:00
Tom afbd29fb82 Create new section for "consensus" (#33189)
* Create new section for "consensus" 

Added new section for a deeper discussion/dive on consensus as it relates to blockchain

* fix: added front matter block
2019-01-26 18:30:50 -08:00
Clinton Bale 20cf0d106c Reworded and added to csharp interface documentation (#33229)
* Reworded and added to interface documentation

Fixed a few typos and reworded and added parts to the csharp interface documentation

* fix: used single backticks instead of triple backticks
2019-01-26 17:49:49 -08:00
anandxkumar eaf1c56e16 Added details about getter and setter (#32070)
Added brief introduction of getter and setter with examples.
2019-01-26 17:34:57 -08:00
Willy David Jr efff592bc6 Corrected syntax for interface. (#32878)
Corrected syntax of interface. From Interface to interface (lowercase on first letter). 
If the first letter on the word interface is uppercase, this will produce an error on Visual Studio stating that: 

The type or namespace name 'Interface' could not be found (are you missing a using directive or an assembly reference?)
2019-01-26 17:30:51 -08:00
James Hunter eef0d1e811 added hint, fixed typos, updated formatting (#33492)
* added hint, fixed typos, updated formatting

* fix: fixed typo
2019-01-26 17:27:19 -08:00
KartikSoneji 72a23586c6 Added disadvantage of setters and getters (#31311) 2019-01-26 17:20:21 -08:00
almande 06a2d163f7 Fix grammar and which user executes example (#25897)
I clarified the writing and added some missing articles ("the"). I also changed the description to state that the root user is running the command, based on the use of "sudo" and 744 permissions.
2019-01-26 23:44:50 +00:00
Çağdaş Çetin a948c416d4 例 Fibonacci (#32796) 2019-01-26 11:40:24 -08:00
Leo 20607de9ac Change improper translation (#32829) 2019-01-26 11:04:05 -08:00
LOKESH NANDANWAR 0a27816727 Added installation guide for Anugular 2.x and greater. (#27113) 2019-01-26 10:48:18 -07:00
crexodon 71c0a57fc4 Added Logo (#33928) 2019-01-26 09:57:38 -07:00
Ivan Paulin 6cff62641c Fix typo in text and change the verb (#27773)
Fix typo in "enviroment's" to "environment's". Change the verb "is" to "are".
2019-01-26 00:37:33 -08:00
Andrew Mackie 6732bc75e4 Fixed typos and added a reference. (#27435)
* Fixed typos and added a reference.

* fix: removed the word that
2019-01-26 00:17:21 -08:00
Chris Murray ee41670721 Fix typo, add detail to article (#27098)
Subdivide number of users and testing methodology into sections under a "Suggested Best Practices" section.
2019-01-25 23:53:10 -08:00
Andrei Calinescu 6f04b00ea0 Fixed spelling errors, omissions, code typos (#34145)
Added missing regex tags at the end, fixed variable name, and erased an unnecessary space at the end of some of the test strings.
2019-01-25 23:42:35 -08:00
Viplav K 1d524f9746 Update index.md fix typos and extra information (#24902)
* Update index.md

* fix: corrected a few typos
2019-01-25 23:33:33 -08:00
Aditya Sridhar dbae7c6d24 Added points to note for git pull command (#25439)
Initially it can be confusing when someone hears about git pull and pull request. Have explained how git pull and pull request are separate concepts. Also fixed one typo
2019-01-26 00:38:51 -05:00
royalblue13 bc50e4e6da Added text "Text Components" (#26624)
* Added text "Text Components"

Included "text components" section and relevant summary and example of text components in Swing.

* Reformatted change to be part of existing heading
2019-01-25 23:07:06 -05:00
Jasmeet Singh 3c8d1e4301 Add typescript classes guide. (#26244)
* Add typescript classes guide.

* Fixed misspelled word.

* Made changes according to review comments

* Added output and rephrased sentence
2019-01-25 22:55:32 -05:00
Ricardo Héber R. L. Tenório b12b2ce6e7 Fix: Code example and translation (#21804)
* Fix: Code example and translation

* Removed spaces, Motor variable and repeated lines
2019-01-25 22:30:47 -05:00
viviantran27 ed2a1210b4 Added modulus of complex numbers (#23696)
* Added modulus of complex numbers

* Update index.md
2019-01-25 14:38:57 -05:00
j-frow 254de79ac1 Fix sentences with double meaning and wording style (#27255) 2019-01-25 20:41:51 +04:00
Vladyslav Dvorak 03f441a16b Update index.md (#27161)
structure updates
2019-01-25 20:40:07 +04:00
Rohan Mohammad 66688e8a02 First 10 Fibonacci numbers are 1, 2, 3, 5, 8, 13, 21, 34, 55, 89. (#34723) 2019-01-25 15:51:45 +09:00
Franklin Castellanos f2c63979ef Grammar and spelling Check (#28923) 2019-01-24 19:02:19 -07:00
fun831 7bc6e8289a Update index.md (#29033)
Possible corrections for easier flow of sentences/grammatical fixes.
2019-01-24 18:47:32 -07:00
The Archangel 37642f8bcb Added a "Sudo" paragraph entry. (#23709) 2019-01-24 15:13:02 -05:00
Doug 3eb107d18e Removed command capitalization (#23719) 2019-01-24 14:53:08 -05:00
John 63aa2e2882 Adding code styling guidelines (#23710)
Adding code styling guidelines for Python indentation
2019-01-24 14:39:25 -05:00
yaganub 81cc40bfee removed "history of the" from line 12 (#23728)
I think it makes it read better. I think path might be a better word than history but you've used that in parentheses as an alternative for route.
2019-01-24 13:38:58 -05:00
David Hall 12388ac1ba Minor spelling and grammar changes (#23730)
Changed "This definitely curbed the Linux's popularity as other commercially oriented Operating System Windows got famous. Nonetheless, the open-source aspect of the Linux operating system made it more robust." to "This definitely curbed Linux's popularity while another commercially oriented operating system, Windows, got famous. Nonetheless, the open-source aspect of the Linux operating system made it more robust and accessible."
2019-01-24 13:25:06 -05:00
ChiselD 2fa4f3e4f6 fix: edit language for clarity, fix typos (#26436) 2019-01-24 08:49:06 -07:00
Miyazakid 1b1c237ea3 Added more links to open source projects. (#28331)
* Added more external links.

Added more links to related external material.

* fix: corrected bullet point formatting for links
2019-01-24 08:48:47 -07:00
Maddineni Akhil 062631ef10 added interfaces and classes in collections (#26548)
* added interfaces and classes in collections

* updated formatting as requested
2019-01-23 23:43:06 -05:00
Donald Maness a1349084ba Add to progressive enhancement section (#23741)
* Update index.md

Added additional information on progressive enhancement as it relates to Service Workers

* Update index.md
2019-01-23 16:43:05 -05:00
viviantran27 430408aad9 Added info and img about complex numbers (#23742)
* Added info and img about complex numbers

* Update index.md
2019-01-23 15:57:55 -05:00
kzellers 63aae858d7 added enhanced for loop example (#23915)
* added enhanced for loop example

* Update index.md

* Update index.md

* Update index.md
2019-01-23 15:53:37 -05:00
Harikrishnan c952cf8245 Follow-up article on pandas-operations. (#34182) 2019-01-23 15:50:59 -05:00
BoopMehNose 1a74d0f114 Changes to creating arrays and array section (#33800)
Clarification and exemplification in the #Array section and expands the example in the ##Creating Arrays section.
2019-01-23 12:17:32 -07:00
Vladyslav Dvorak fe47cc6560 Update index.md (#27153)
grammatic changes
2019-01-23 20:47:53 +04:00
Vladyslav Dvorak aeaee966fa updated index.md (#27141)
grammatic changes
2019-01-23 20:47:34 +04:00
Vladyslav Dvorak 2d7c97feb2 structure updates index.md (#27128)
Structure updates in index.md
Needs grammatic changes
2019-01-23 20:46:22 +04:00
Stanislava cba8bcdd04 Make some corrections to the translation (#27035) 2019-01-23 20:44:53 +04:00
Stanislava 3794484e0b Add some corrections to the translation (#26959) 2019-01-23 20:44:29 +04:00
Stanislava dd45e34083 Add some corrections to the translation (#26936) 2019-01-23 20:42:27 +04:00
ShkiperMe e1617308c3 Update Russian translation for 'composer' documentation (#26847) 2019-01-23 20:41:29 +04:00
Ashley Hartsock 232036e588 Fixed punctuation (#31545) 2019-01-22 20:22:31 -06:00
Ashley Hartsock 1b8abd5e7f Edited for clarity (#31542) 2019-01-22 20:21:30 -06:00
DanielMartinsAlves 43d12e69ab Fix sentences (#33669)
Fix sentences.
2019-01-23 02:18:24 +00:00
Joe 152f387c54 ifconfig (#24636)
* ifconfig

added an explanation of the ifconfig command.

* added title, correct folder/filename
2019-01-22 19:42:56 -06:00
Mitch-McK b31ef94db5 Added further details about ownership of backlog (#26309)
* Further details about ownership of backlog

* make links a list
2019-01-22 19:41:39 -06:00
Prateek df40d62929 Added video tutorial links to issues (#29199)
Added links to youtube videos explaining problems mentioned in the article.
2019-01-22 19:34:43 -06:00
Tareq K 467a9257c4 Explained NFR in layman's terms (#33914) 2019-01-22 19:31:10 -06:00
TheBestNinja 280d042248 Update index.md (#26462) 2019-01-22 19:29:02 -06:00
Jurica Zuanović 5942a4be82 Fixing spelling errors (#27813)
Fixed "goes" to "goes", "sring" to "string", "continously" to "continuously"
2019-01-22 19:28:05 -06:00
Marek Troszczyński 76bf9b9d7e Add a summary paragraph. (#33868) 2019-01-22 19:25:34 -06:00
Oak-s dcb200ade8 Adding stand up meeting resource (#31720) 2019-01-22 19:20:48 -06:00
nishanth2143 cb038d8b33 Fixed the typos in the file (#29302) 2019-01-22 19:05:27 -06:00
Robert Balent 765460b62f Java-Arrays: Nested loop will execute M * N times (#32293) 2019-01-22 17:54:40 -07:00
Jason 8803057bdd Grammar fix (#32099) 2019-01-22 17:45:24 -07:00
Joe-Wilson 98cffcc7ac Update index.md (#30718)
Added info about array values.
2019-01-22 12:05:33 -07:00
winetoys cb28bc838a few changes (#31175)
* few changes

* Update index.md
2019-01-21 13:33:43 -07:00
retaric 783338410b Corrected a typo and improved readability (#29300)
1. Corrected typo from "sequencial" to "sequential"
2. Corrected the grammar for the sentence "primitive and reference both form of datatypes are allowed" for better readability
3. Added on to the following sentence to make it less redundant; otherwise it would have been just a repeat of the sentence before it.
4. Changed "indexes" to "elements" because an index is just a list of numbers, so saying that "an array can be instantiated to a set number of indexes" would be confusing.
2019-01-21 12:43:41 -07:00
sourya 354043752c add appropriate title "algorithm performance" (#30585) 2019-01-21 12:38:45 -07:00
Rohan Bansal ec50e64023 CopyOf method as a way to increase array size (#28962)
Added a way to increase the size of an already instantiated array via the "copy" method.
2019-01-21 12:32:45 -07:00
Alfred Skaria 95702d6e4c Images of each asymptotic notations are added (#28112)
For understanding the algorithm complexity better, images of each asymptotic notations are added
2019-01-21 12:29:34 -07:00
JmpEsc b3b72afde1 Update index.md (#32509) 2019-01-21 13:08:26 -06:00
Thaurin eb6b45bdf4 Clean up and fix spelling (#27939) 2019-01-21 13:05:17 -06:00
DiamondDog1 9c817a6f9c Add text line 7 "I" to article (#27588) 2019-01-21 12:50:26 -06:00
Shiva Sankeerth Reddy 5e0c13b4a6 Update index.md (#32754)
* Update index.md

* add space between sentence
2019-01-21 12:47:22 -06:00
annaattagirl 5b26cb18da Grammar Change to index.md (#27166)
Grammar fixes to make article flow better.
2019-01-21 12:44:43 -06:00
Joe Roland 9dedc71c55 update(guide): Added Ternary Operator Example (#29032) 2019-01-21 12:43:41 -06:00
MonicaUnlimited 0bb24ebe9d Added Markdown Converter Tools (#29947)
Browserling - https://www.browserling.com/tools/html-to-markdown
Turndown - https://domchristie.github.io/turndown/
2019-01-21 12:39:40 -06:00
jenshaw86 c80a4cb0c2 Moved Anonymous User Case Diagram link tag (#30213)
In addition, made edits around user case diagram for consistency
2019-01-21 12:13:29 -06:00
Joe Roland f8226f72d6 fix(guide): Fixed code block formatting (#28994) 2019-01-21 12:07:27 -06:00
Dana Ottaviani b2a343441c Adjusted indentation and code syntax (#34819)
The section titles were in the code examples and it was hard to distinguish the sections from each other.
2019-01-21 12:04:17 -06:00
VeraCologne ee986bf8a7 fix sentence structure (#27676)
added some commas for better readability and changed the structure of a sentence
2019-01-21 11:57:40 -06:00
Angelisa c7239f78fa Changed sentence structure (#31634)
* Changed sentence structure

Two lines altered, directly from the Free Code Camp site's description.

* maek grommer propre
2019-01-21 11:55:23 -06:00
Dhruv Singh 2b9269d39f [English] Fix gitter href for official chat rooms link (#33241)
* [English] Fix gitter href for official chat rooms link

* markdownize links

remove rooms that don't exist anymore
add rooms that weren't on the list
2019-01-21 11:54:25 -06:00
Jinx f398d8346d Change the capital "S" and remove 0. (#30574)
the word state didn't need to be capitalized, and the 0. should say This is optional the 0. is confusing
2019-01-21 11:44:56 -06:00
Joe Roland 3cd7f55fcc fix(guide): Fixed broken formatting and links (#28958) 2019-01-21 11:43:20 -06:00
Sophia a56ff7c3bf Add the text "volunteer with or without experience" (#27217)
Correct the grammar and mistakes in previous version
2019-01-21 11:25:06 -06:00
Praedor 7bff70b6cc Update index.md (#27218)
Corrected grammar mistakes in previous version.
2019-01-21 11:23:20 -06:00
Mike-Git-Hub fcb5eb7bb3 corrected typo (deleted the unnecessary backslash in the third example calculation) (#34292)
Change 1. corrected typo (deleted the unnecessary backslash in the third example calculation)
original version = -17.25\   ---> revised version = -17.25

Change 2. for greater clarity changed the word "great" to "useful" as follows:

The mean can be a great way to describe a set of numbers.  ---> The mean can be a useful way to describe a set of numbers.
2019-01-21 11:19:39 -06:00
Celinux 4a9529fe3e Update index.md (#28025)
Edit the text "texttt"
Fix typo in "availaible" to "available"
Fix mispelling of "fibonnaci" to "Fibonacci"
Fix a redundant phrase to "It is the first example which shows the power of Dynamic Programming, and a special case of a class of mathematics known as generating functions"
Correct spelling mistakes to "generating functions".
Improve sentence to "There is this following concept in mathematics: "each" etc
Add "the" before "second part".
Change "the generating in general" to "the generating function".
Fix "remeber" to "remember"
Made upper case in "If you know" to "if you know"..etc
Omit "quite" and the comma in "generating functions, in terms of their sequence".
2019-01-21 11:18:23 -06:00
Alexander Molnar 9de2c7da53 Fixed spelling, removed hotlinks (#34460)
Fixed minor spelling/grammar issues, and then removed two of the hotlinked images since they were easy to replace with text instead. Also adjusted the links on the bottom to render on their own lines.
2019-01-21 11:10:27 -06:00
alicecallejas b862a0fde6 grammar (#31569)
change 'a' to 'an' before the word <inverse>
2019-01-21 11:07:59 -06:00
vishvikkrishnan 6655a3c2c7 Grammar fix (#32744)
Fixed Grammar according to the context
2019-01-21 10:25:19 -06:00
Saurav Bajracharya 06daef5cf7 Fixed typo (#33646)
Changed intiger to integer
2019-01-21 10:21:12 -06:00
Ian Korpi f6f6f1143b fix (guide): Fixing typo in Wikipedia link, adjusting for better flow. (#33246) 2019-01-21 10:19:49 -06:00
Vin Duong 7f63288b86 Fix typo in index.md (#29720)
Changed 'oposite' to 'opposite'.
2019-01-21 10:13:31 -06:00
ianmoura b9a97aa890 Changed analogy to be consistent with image (#32682)
Changed accuracy/precision analogy from basketball to archery to be consistent with image
2019-01-21 10:07:53 -06:00
Calvin Leung e876a0121e Added additional Tensorflow youtube tutorial (#29341) 2019-01-21 10:04:48 -06:00
Richard Hall d62eed98e1 Add MariaDB (#28916)
added MariaDB with some basic info and links
2019-01-21 10:00:06 -06:00
komallapalli e203bd6a80 inverse of matrix (#33690)
added resource and definition of inverse of matrix
2019-01-21 09:56:10 -06:00
jamiesteck 656202755a Update index.md and provide additional examples (#28758)
I added several additional examples of how to create and access an array.
2019-01-21 08:28:13 -07:00
Jurica Zuanović eac14eb23b Spelling fixes (#27824)
Fix spelling "usualy" to "usually", "disscus" to "discuss", "Comparitively" to "Comparatively",
2019-01-21 08:18:44 -07:00
Burak İkan Yıldız 11968cf6e7 Jagged Arrays extra information added (#27115) 2019-01-21 08:18:33 -07:00
codexmon 93c608beb0 Update index.md (#27173)
eliminated the closing square bracket that had no opening square bracket.
2019-01-21 08:04:13 -07:00
Jake Levenson 03697de47f Added descriptions for Little o and omega (#24554) 2019-01-21 08:02:45 -07:00
Liz ed7a4bb038 Updated href tag (#28315) 2019-01-20 15:00:17 -06:00
Rachel Krupnick e193db130b Grammar fix (#29154) 2019-01-20 14:59:38 -06:00
Jlw2uc 7328fca2e3 Rephrasing two sentences for clarity (#28576) 2019-01-20 14:30:51 -06:00
Edy Ionescu 3cfe00eafd Add command for git checkout previous branch (#25133) 2019-01-20 14:30:19 -06:00
Giuseppe Varriale 7a23e18939 Fixed some Translation Errors (#21072) 2019-01-20 20:05:38 +00:00
Travis Benfield f6c96c6500 Spelling fixes (#33044) 2019-01-20 12:13:44 -06:00
KamarM a45f921a89 Update (#33320)
* Update

* fix localTitle issue

* fix typo error in localeTitle
2019-01-20 17:09:52 +00:00
ChelseaKumar123 57f2e013b4 Update index.md (#33820)
The above changes will greater benefit the clarity and rhythm of the text.
2019-01-20 10:00:27 -07:00
aizelagustino a43740c1ba Changed wording of header to match link (#33024) 2019-01-20 09:48:22 -07:00
Bradley Budach 67d1707c39 Add legacy description (#28537)
It adds a description for the removed legacy certifications, and explains that the challenges are still available and can be completed.
2019-01-20 09:41:40 -07:00
Nikihil 06158c2cac Minor update in the text. (#28428) 2019-01-20 09:28:48 -07:00
Rich Noah 32ff53d1e6 added projects (#28358)
referenced the number of projects completed in the process.
2019-01-20 09:27:28 -07:00
Mr_patcher b5adcf2084 added guide for exponents (#24631)
I added formulas for the basic rules of exponents and information about 0^0=? (whether it is 1 or 0).
2019-01-20 14:50:39 +07:00
Akshay Sharma c089dce30c Fixing embedded demo youtube video (#24134)
* Fixing embedded demo youtube video

* Fixing hyper links in references
2019-01-20 14:40:53 +07:00
Americo Zuzunaga 0577e81cf5 English terminal guide: Fix typo, add rm example, and add caution note. (#24768)
* Add missing command and iTerm2 section

* Fix typo, add rm example and caution note

* Revert changes
2019-01-20 13:35:23 +07:00
Stanley Chen 97616fe6fa Add 2 new commands and some word edits (#23942)
Add 2 new commands and some word edits
2019-01-20 13:03:49 +07:00
kieffwong b7564a5886 update the wording for 'PWA' (#28252)
improve the translation for PWA
2019-01-19 21:52:45 -08:00
true1314 b600f94300 增加第44行 (#28041) 2019-01-19 21:52:05 -08:00
Blitzen917 758741f4a7 grammarChange (#33809)
I made a few of the definitions more concise.
2019-01-19 21:28:54 -06:00
pcsingh b20a7e4299 Update index.md (#31410) 2019-01-19 21:27:41 -06:00
VeraCologne 548a0e7dde fix typo (#28190) 2019-01-19 19:47:28 -06:00
DESR95 bae59e69bd Capitalized "Python" on line 8 (#33233) 2019-01-19 19:46:12 -06:00
AdeliMwelesaGeorge 02a02ecd9e fix typo (#31783)
Changed closure to clojure.
2019-01-19 19:45:33 -06:00
David Nagy 98f2365331 Update index.md (#30791)
Added a link to language's website!
2019-01-19 18:34:18 -06:00
hkRho ed58698bc0 Capitalization included in line 69 (#31608) 2019-01-19 18:32:39 -06:00
summonmoon e9b08bc7e6 added to supported platforms (#32966) 2019-01-19 18:31:35 -06:00
Ekin Eryilmaz 0c86a5ada2 Minor punctuation fix (#27971) 2019-01-19 18:30:38 -06:00
ajitesh111 94ce06fff8 added some references (#30158) 2019-01-19 18:28:32 -06:00
Shashank Goyal 03d8721155 Fixed the sample code for naked return (#29001)
Wrong function name and wrong variable name
2019-01-19 18:27:09 -06:00
glamdring777 57e64df74b Grammatical improvement (#28831)
Added the word 'and' to the sentence.
2019-01-19 18:26:29 -06:00
Belinda c36ee7d89b cosmetic: added missing closing paren (#33102) 2019-01-19 18:22:11 -06:00
Shashank Goyal bbb2046310 Fixed grammatical mistake (#28995) 2019-01-19 18:17:44 -06:00
seanjs 8f7f79a1bf Realign a wrong indentation. (#28425) 2019-01-19 18:11:32 -06:00
dmitreeeee 2782e547f7 Update index.md (#29097) 2019-01-19 18:09:18 -06:00
Nathan Liang 65ee73f56b corrected a to <a> for html anchor tag (#32943) 2019-01-19 18:07:19 -06:00
quang1793 f6494ac555 Add the syntax (#27019) 2019-01-19 18:03:11 -06:00
Randell Dawson c2778cbecb fix: corrected url examples (#34639) 2019-01-19 18:01:09 -06:00
KrsBB 69b7a8e594 improving-text-in-examples.md (#24514)
* Update index.md

* remove "attribute" from examples
2019-01-19 17:54:35 -06:00
Potato 5aa5b309d4 minor gremmar fix (#28804) 2019-01-19 17:54:02 -06:00
ivangaru 7dd10d27e4 Translate comments in code to Spanish (#20137)
Translate comments in code to Spanish
2019-01-19 15:53:44 -07:00
odm275 d79a30f6c7 Analogous example (#19957)
Added an analogous way of using render props.
2019-01-19 15:51:18 -07:00
3l3ktron ad21d46222 say when the program was made and who bought it (#19911) 2019-01-19 15:42:52 -07:00
celticaire d4b3984083 Fixed missing words and capitalization (#28554) 2019-01-19 16:37:07 -06:00
Ayushman9454 83ab890dea added a link (#27287) 2019-01-19 16:36:09 -06:00
ronbo 5a0c2821e3 Improve copy for screenreaders (Accessibility) (#27321)
Linking just the word "here" can make it difficult for people accessing your page using a screenreader or other accessibility technology. Some screenreaders present a list of links available on a page and "here" doesn't give any context to the user.
2019-01-19 09:31:58 -07:00
Benzene88 3e5e6d86da Fixed some capitalization issues (#23784)
Fixed some capitalization issues
2019-01-19 23:23:30 +07:00
himanshu07070 308d5db586 changes in the output (#30099)
['I', 'love', 'Python', 'very much']
instead of double quotes , it should be single quote.
2019-01-18 19:02:24 -06:00
Mark Evans d6eda38560 Grammatical fixes (#30642)
I fixed a few grammatical issues and one spelling error.
2019-01-18 18:59:42 -06:00
tachoni 42b7306f76 Fixed typo on line 6 (#31809)
The text "the" was repeated and is now deleted.
2019-01-18 18:59:12 -06:00
Dominic Fung cb0cd87d7d Python mutability guide - fix formatting of code blocks and minor updates (#31696) 2019-01-18 18:57:52 -06:00
CL Mason e34b5250bf Grammar fixes, lines 5, 39 (#27483) 2019-01-18 18:55:46 -06:00
van-tienhoang 1a279432fe Fix the code python code format (#30449)
Fix the code python code format
2019-01-18 18:55:09 -06:00
Adi 9c3aa51ee4 adding text to correct the sentence (#33972)
Ord() and Chr() exists in both python 2.7 as well as python 3. The sentence was incorrect to state its only available in Python 3
2019-01-18 18:54:13 -06:00
Val B 56f37dbe12 Apply grammar changes (#30064) 2019-01-18 18:53:15 -06:00
Eric Hartline 77503a9930 fix(guide): fix some minor typos (#31239) 2019-01-18 18:47:53 -06:00
Eric Hartline b96a865a30 fix(guide): correct some small typos (#30748) 2019-01-18 18:44:26 -06:00
Kermo d80b374bc1 Fix typos (#32390) 2019-01-18 18:44:03 -06:00
Erik K e80a1625dd prop.title -> prop.text (#32159)
Properties should be having the same name for the example to work.
Either line 37 and line 45 are {props.text} and text="Welcome"  OR {props.title} and title="Welcome"
2019-01-18 18:41:46 -06:00
CL Mason d38355c940 fixed(guide): updated english translation (#29098)
Flow and syntax was corrected for better understanding.
2019-01-18 18:40:08 -06:00
impactlearner 1c4f697e2e added a hyphen (-) between "browser" and "based" (#28251) 2019-01-18 18:37:35 -06:00
Kien Nguyen 9c12dfce4f Fix typos for redux thunk (#27622) 2019-01-18 18:23:46 -06:00
alavia f20230fd06 Minor grammatical fix (#34066) 2019-01-18 18:17:38 -06:00
Nils 7021d60d5e Added bug bounty links (#30732)
Links to bug bounty program overviews, and a link to githubs own bug bounty ;)
2019-01-18 18:14:59 -06:00
ComputerLee 954c080ab6 Rewrite of Second Paragraph with additions (#30366)
* Rewrite of Second Paragraph with additions

* fix typo 'tcao' to 'to'
2019-01-18 18:04:15 -06:00
Vembar Varun 6de321df64 Fix spelling in title('and' is now 'AND') (#29590)
Changed formatting to add whitespace before and after images, for readability
2019-01-18 18:01:36 -06:00
okiwoki 2f596c93f6 Updated some grammer and spelling (#33867) 2019-01-18 17:57:47 -06:00
e3klund fb7a551fb9 Update index.md (#27404)
grammatical fix on line 32
2019-01-18 17:48:46 -06:00
Justin 3c696bf2b6 Small grammatical changes and updates (#32242) 2019-01-18 17:47:07 -06:00
Oluwasegun Orinayo Oyelade e19ee803d1 Update index.md (#25345) 2019-01-18 17:45:08 -06:00
J4unty ff84624d39 Fixed the formatting of some weblinks inside tools/color-naming (#32958) 2019-01-18 17:44:35 -06:00
Morgan McLain-Smith 5d4dce0e51 Typo corrections (#34067) 2019-01-18 17:43:18 -06:00
purifyyourhome 17a9ba6bda Added part about SSH's capabilities and uses (#31256)
Added part to indicate SSH's capabilities, and separated a sentence into two to indicate how developers often use SSH.
2019-01-18 17:42:14 -06:00
timrayle b90a9b54a2 added missing s (#30795) 2019-01-18 17:40:17 -06:00
timrayle e86f606132 removed redundant sentence fragment (#30793) 2019-01-18 17:39:36 -06:00
timrayle b49794693e clarified wording (#30790) 2019-01-18 17:38:42 -06:00
teegr 0927dceff9 Capital letters (#29717)
* Capital letters

Added capital letters in key features . Changed the wording slightly

* removed repeated text
2019-01-18 17:34:32 -06:00
Nic Wilson ae541d2fc4 Fix typo (#27540) 2019-01-18 17:28:26 -06:00
Anna Tyrrell 8f546eec41 Edit text for spelling and clarity. (#27745) 2019-01-18 17:24:47 -06:00
Elvis Dzebo d78398a036 Fixed typo error on line #53 (#27944) 2019-01-18 17:21:17 -06:00
Anna Tyrrell 7fbc144847 Update text for clarity. Fix 'startAt' index. (#27753) 2019-01-18 17:20:20 -06:00
warrenskim d066e8ab29 Fixed grammar and spelling errors (#33201)
* Fixed grammar and spelling errors

Made grammatical changes and took out an incomplete sentence.

* Update index.md
2019-01-18 17:19:20 -06:00
Tom Chapman e8aa271472 added content (#31357)
added more content describing font alignment choices.
2019-01-18 17:15:51 -06:00
shreya50 62e007a6b4 added information (#33756) 2019-01-18 17:13:34 -06:00
Shi974 d00859e6d8 Fixed typo (#27806) 2019-01-18 17:12:30 -06:00
Ronttikasa 81a4ec42ba Added line breaks for readability (#30264)
* Added line breaks for readability

* change breaks to a list with breaks

markdownize link
remove codeblock formatting in first section
2019-01-18 17:08:16 -06:00
Shi974 2ab6bdeb79 Added short description (#27814) 2019-01-18 17:07:40 -06:00
fredericksjr bd2b40a75b Change 'or' to 'and'. (#28017)
* Change 'or' to 'and'.

* fix abou to about
2019-01-18 17:06:38 -06:00
Chris Murray 6c9a22d696 Add a common type-pairing method (#26447)
Combining a serif and sans-serif typeface, each with a similar x-height, can be a good rule of thumb for pair selections.
2019-01-18 17:04:02 -06:00