Skip to content

Commit 18cd85d

Browse files
authored
docs(typo): correct File Tile demo snippet
1 parent c499840 commit 18cd85d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/components/file/file-tile-demo.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ import Util from '../../_util';
4646
},
4747
downloadableSnippet: function () {
4848
return Util.snippet(`
49-
<hx-file-input
49+
<hx-file-tile
5050
details="${this.details}"
5151
href="${this.href}"
5252
icon="${this.icon}"
5353
name="${this.name}"
5454
${this.readonly ? 'readonly' : ''}
5555
>
56-
</hx-file-input>
56+
</hx-file-tile>
5757
`);
5858
},
5959
},

0 commit comments

Comments
 (0)