Skip to content

Commit

Permalink
[docs] Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Sep 10, 2019
1 parent 1143a1d commit 1fa000f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
htmlString += `<li><a href="${file.path}">${file.name}</a></li>`;
}
htmlString += '';
l$('#examples').html(htmlString);
$('#examples').html(htmlString);
});

});
Expand Down

0 comments on commit 1fa000f

Please sign in to comment.