Skip to content

Commit

Permalink
docs: Update README.md zurb#724
Browse files Browse the repository at this point in the history
  • Loading branch information
webpangxing authored and tohosaku committed Aug 12, 2024
1 parent dda8a8e commit 6edd821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ If you want the menu to not show when no match is found, you can set your `noMat

```js
noMatchTemplate: function () {
return '<span style:"visibility: hidden;"></span>';
return '<span style="visibility: hidden;"></span>';
}
```

Expand Down

0 comments on commit 6edd821

Please sign in to comment.