Skip to content

Commit

Permalink
Fix "touple" typo to make it correctly "tuple" (#5229)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jufrench authored Nov 14, 2023
1 parent 04e5e4a commit 829a8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexical-text/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export function $canShowPlaceholderCurry(
export type EntityMatch = {end: number; start: number};

/**
* Returns a touple that can be rested (...) into mergeRegister to clean up
* Returns a tuple that can be rested (...) into mergeRegister to clean up
* node transforms listeners that transforms text into another node, eg. a HashtagNode.
* @example
* ```ts
Expand Down

2 comments on commit 829a8a7

@vercel
Copy link

@vercel vercel bot commented on 829a8a7 Nov 14, 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
lexical.dev
www.lexical.dev
lexical-git-main-fbopensource.vercel.app
lexicaljs.org

@vercel
Copy link

@vercel vercel bot commented on 829a8a7 Nov 14, 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
playground.lexical.dev
lexical-playground-git-main-fbopensource.vercel.app
lexical-playground.vercel.app

Please sign in to comment.