Skip to content

Commit

Permalink
Update content/en/references/coverage/_index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Viren Nadkarni <[email protected]>
  • Loading branch information
HarshCasper and viren-nadkarni authored Jul 18, 2024
1 parent d31bc78 commit 209800b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/references/coverage/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function searchForServiceNameInLink() {
var input, filter, div, elements, a, i, txtValue;
input = document.getElementById('serviceNameCoverageInput');
filter = input.value.toUpperCase();
div = document.getElementsByClassName['section-index'](0)
div = document.getElementsByClassName('section-index')(0)
elements = div.getElementsByClassName('entry');

// Loop through all list items, and hide those who don't match the search query
Expand Down

0 comments on commit 209800b

Please sign in to comment.