Skip to content

Commit a576d0c

Browse files
save file
1 parent dbc78f9 commit a576d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html-components/list/web-console/web-console.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ <h3>
260260

261261
show.examples = async function(file){
262262

263-
$('#view-hdr').textContent = 'example : '+file;
263+
$('#view-hdr').textContent = 'examples : '+file;
264264
$('web-editor').style.display = 'none';
265265
$('snippet-html-console').style.display = '';
266266

0 commit comments

Comments
 (0)