Remove undesired full-stop from outputs

This commit is contained in:
Ujjwal Arora
2015-11-08 01:05:28 +05:30
parent 07d39a1be8
commit 68d5c55e13
+2 -2
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**