Skip to content

Commit

Permalink
[docs] Fix typo (#2322)
Browse files Browse the repository at this point in the history
from ... import { useClipboard } from '@mantine/hooks';
to ... import { useTextSelection } from '@mantine/hooks';
  • Loading branch information
Motonosuke committed Sep 2, 2022
1 parent 9fcad2e commit 4dad414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/hooks/use-text-selection.mdx
Expand Up @@ -6,7 +6,7 @@ title: 'use-text-selection'
order: 1
slug: /hooks/use-text-selection/
description: 'Get current selected text on the page'
import: "import { useClipboard } from '@mantine/hooks';"
import: "import { useTextSelection } from '@mantine/hooks';"
docs: 'hooks/use-text-selection.mdx'
source: 'mantine-hooks/src/use-text-selection/use-text-selection.ts'
---
Expand Down

0 comments on commit 4dad414

Please sign in to comment.