Skip to content

Commit

Permalink
Fix typo in LexicalAutoLinkPlugin code example (#3685)
Browse files Browse the repository at this point in the history
  • Loading branch information
Recursing authored Jan 10, 2023
1 parent 9d655d8 commit e40224c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexical-website/docs/react/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const MATCHERS = [

...

<AutoLinkPlugin matchers=[MATCHERS] />
<AutoLinkPlugin matchers={MATCHERS} />
```

### `LexicalClearEditorPlugin`
Expand Down

2 comments on commit e40224c

@vercel
Copy link

@vercel vercel bot commented on e40224c Jan 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lexical – ./packages/lexical-website

lexical-fbopensource.vercel.app
lexicaljs.com
lexicaljs.org
lexical.dev
lexical-git-main-fbopensource.vercel.app
www.lexical.dev

@vercel
Copy link

@vercel vercel bot commented on e40224c Jan 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lexical-playground – ./packages/lexical-playground

lexical-playground-fbopensource.vercel.app
lexical-playground.vercel.app
lexical-playground-git-main-fbopensource.vercel.app
playground.lexical.dev

Please sign in to comment.