Skip to content

Commit

Permalink
Type in placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
teinett committed Jun 11, 2021
1 parent e049dbd commit ac11a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/infinite-scroll/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default function App() {
<input
value={val}
onChange={(e) => setVal(e.target.value)}
placeholder="facebook/reect"
placeholder="facebook/react"
/>
<button
onClick={() => {
Expand Down

0 comments on commit ac11a91

Please sign in to comment.