mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
docs(search): regexp -> RegEx
This commit is contained in:
parent
3525de1dd4
commit
2cb86d8957
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ export default function SearchBar({ onSearchKeyChange }) {
|
|||
tabIndex={0}
|
||||
className="form-control search-input"
|
||||
aria-label="search files"
|
||||
placeholder="Search files (regexp)"
|
||||
placeholder="Search files (RegEx)"
|
||||
type="text"
|
||||
onInput={onSearchKeyChange}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue