Skip to content

Commit bb7fc7e

Browse files
committed
Fix typo in tag name
1 parent af5145e commit bb7fc7e

File tree

1 file changed

+1
-1
lines changed
  • demo/src/main/java/com/vaadin/polymer/demo/client/sampler

1 file changed

+1
-1
lines changed

demo/src/main/java/com/vaadin/polymer/demo/client/sampler/Sampler.ui.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<span class="flex"></span>
149149
<p:PaperButton ui:field="help" addStyleNames="{style.buttons}"><i:IronIcon icon="help"/>About</p:PaperButton>
150150
<div class="{style.source-buttons} bottom flex">
151-
<spam>VIEW SOURCE: </spam>
151+
<span>VIEW SOURCE: </span>
152152
<p:PaperButton ui:field="javaButton" addStyleNames="{style.buttons}">.java<i:IronIcon icon="launch"/></p:PaperButton>
153153
<p:PaperButton ui:field="xmlButton" addStyleNames="{style.buttons}">.ui.xml<i:IronIcon icon="launch"/></p:PaperButton>
154154
</div>

0 commit comments

Comments
 (0)