fix: typo

This commit is contained in:
Ibrahima G. Coulibaly
2024-07-14 01:01:01 +01:00
parent 6b191eaa12
commit 3b96513b43
2 changed files with 15 additions and 15 deletions

View File

@@ -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}