docs(search): regexp -> RegEx

This commit is contained in:
EnixCoda 2018-06-10 02:19:16 +08:00
parent 3525de1dd4
commit 2cb86d8957

View file

@ -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}
/>