Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Jul 26, 2021
1 parent 71dc336 commit 18a5060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h1>
Boolean(
document.createElement("datalist") && window.HTMLDataListElement
)
? "supports"
? "should support (tested through feature detection)"
: "doesn't support"
);
</script>
Expand Down

0 comments on commit 18a5060

Please sign in to comment.