Commit Graph

4 Commits (16d0bf22c850c365abb19322412cf8800290e967)

Author SHA1 Message Date
Shruti Grover d838193375 Problem with example description (#30439)
"When a user clicks on a button, all \<p> elements will be hidden:" - here the "\<p>" is taken as html tag due to which text is moving to next line. The intention of author is to say that all paragraph (\<p>) tags will be hidden. The "\<p>" itself is not showing as it's considered an HTML tag. I have added an escape character in front.
2018-11-03 22:50:26 -04:00
Michael Alexander 46bb645fc0 fixed typo in first line (#20086)
* fixed typo in first line

There was becuase instead of because!

* Removed second typo.

I've removed the second type as requested, thank you I've totally not seen this at first!
2018-10-27 17:18:19 +07:00
Marcus Parsons 81f85dc02d Added new section about click events (#28286)
Added new section about click events and gathering the element from those events
2018-10-24 20:56:09 -04:00
Mrugesh Mohapatra da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30