mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-18 22:02:08 +05:30
fix: typo
This commit is contained in:
parent
6b191eaa12
commit
3b96513b43
2 changed files with 15 additions and 15 deletions
|
|
@ -60,7 +60,7 @@ export default function Shuffle() {
|
|||
onChange={setInput}
|
||||
/>
|
||||
}
|
||||
result={<ToolTextResult title={'Rotated list'} value={result} />}
|
||||
result={<ToolTextResult title={'Shuffled list'} value={result} />}
|
||||
/>
|
||||
<ToolOptions
|
||||
compute={compute}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue