Skip to content

Commit

Permalink
docs: new example
Browse files Browse the repository at this point in the history
  • Loading branch information
tomickigrzegorz committed Mar 31, 2021
1 parent f81f0d8 commit 0bb579c
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 @@ -365,7 +365,7 @@ <h4>javascript</h4>
matches.map(el => {
count[el.status] = (count[el.status] || 0) + 1;
});
return `<small>${count[status]} items</small>`;
return `&lt;small&gt;${count[status]} items&lt;/small&gt;`;
}

// checking if we have results if we don't
Expand Down

0 comments on commit 0bb579c

Please sign in to comment.