Merge pull request #2700 from DarthUjj/master

Remove undesired full-stop from outputs
This commit is contained in:
Eric Bidelman 2015-11-13 11:52:28 -08:00
commit 611e5b7234

View File

@ -84,7 +84,7 @@ Polymer({
<my-property-namecard my-name="Jim"></my-property-namecard>
```
> Hi! My name is Jim.
> Hi! My name is Jim
**Bind data into your element using the familiar mustache-syntax**
@ -115,7 +115,7 @@ Polymer({
<my-bound-namecard my-name="Josh"></my-bound-namecard>
```
> Hi! My name is Josh.
> Hi! My name is Josh
**Style the internals of your element, without the style leaking out**