Skip to content
Snippets Groups Projects

Issue #3431234: Fix spelling

Merged Jonathan Smith requested to merge issue/module_filter-3431234:3431234-fix-spelling into 4.x
Files
8
@@ -17,7 +17,7 @@
ModuleFilter.input.bind('winnow:start', function () {
// Note that we first open all <details> to be able to use ':visible'.
// Mark the <details> elements that were closed before filtering, so
// they can be reclosed when filtering is removed.
// they can be re-closed when filtering is removed.
$details
.show()
.not('[open]')
Loading