Skip to content

Commit

Permalink
fix: relative 'import' caption in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenghak committed Feb 28, 2024
1 parent 8548304 commit 269059d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/content/docs/caption.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ npm install @udecode/plate-caption
## Usage

```tsx
import { createCaptionPlugin } from './createCaptionPlugin';
import { createCaptionPlugin } from '@udecode/plate-caption';

const plugins = [
// ...otherPlugins,
Expand Down

0 comments on commit 269059d

Please sign in to comment.