Skip to content

Commit

Permalink
Merge pull request #1648 from yutori/put-a-space
Browse files Browse the repository at this point in the history
I want to put a space before Jim.
  • Loading branch information
tjsavage committed May 28, 2015
2 parents efab76d + 9a763b9 commit 23afb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Polymer({
}
},
ready: function() {
this.innerHTML = 'Hi! My name is' + this.myName;
this.innerHTML = 'Hi! My name is ' + this.myName;
}
});
```
Expand Down

0 comments on commit 23afb39

Please sign in to comment.