mirror of
https://github.com/streamich/react-use.git
synced 2026-01-18 14:06:52 +00:00
docs: fixz splling typoes
This commit is contained in:
commit
6cbee3e712
@ -19,7 +19,7 @@ const Demo = () => {
|
||||
<li>size: {size}</li>
|
||||
</ul>
|
||||
<button onClick={() => add((last || 0) + 1)}>Add</button>
|
||||
<button onClick={() => pop()}>Remove</button>
|
||||
<button onClick={() => remove()}>Remove</button>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
@ -13,7 +13,7 @@ const Demo = () => {
|
||||
<li>size: {size}</li>
|
||||
</ul>
|
||||
<button onClick={() => add((last || 0) + 1)}>Add</button>
|
||||
<button onClick={() => remove()}>Removw</button>
|
||||
<button onClick={() => remove()}>Remove</button>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user