Skip to content

Commit ac11a91

Browse files
authored
Type in placeholder
1 parent e049dbd commit ac11a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/infinite-scroll/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default function App() {
4646
<input
4747
value={val}
4848
onChange={(e) => setVal(e.target.value)}
49-
placeholder="facebook/reect"
49+
placeholder="facebook/react"
5050
/>
5151
<button
5252
onClick={() => {

0 commit comments

Comments
 (0)