Skip to content

Commit 264573b

Browse files
authored
Update thinking-in-react.md
1 parent 5f849c6 commit 264573b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/learn/thinking-in-react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ function SearchBar({
497497
<input
498498
type="text"
499499
value={filterText}
500-
placeholder="Search..."
500+
placeholder="Шукаць..."
501501
onChange={(e) => onFilterTextChange(e.target.value)}
502502
/>
503503
<label>

0 commit comments

Comments
 (0)