Skip to content

Commit

Permalink
Fixed example of plugins.search.separator (#1571)
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Apr 7, 2020
1 parent 1657359 commit e65ce37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/releases/5.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ was renamed to `separator`:
``` yaml
plugins:
- search:
separator: [\s\-\.]+
separator: '[\s\-\.]+'
lang:
- en
- de
Expand Down

0 comments on commit e65ce37

Please sign in to comment.