Skip to content

Commit

Permalink
docs: fix 'cooresponding'/'corresponding' typo (#868)
Browse files Browse the repository at this point in the history
Fixed "cooresponding" typo that is used in the error message of the compiler.
  • Loading branch information
JoshuaKGoldberg committed Jan 7, 2024
1 parent 4c5315e commit fd7b945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/million/block.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export class Block extends AbstractBlock {
if (edit.t & ChildFlag) {
if (oldValue instanceof AbstractBlock) {
// Remember! If we find a block inside a child, we need to locate
// the cooresponding block in the new props and patch it.
// the corresponding block in the new props and patch it.
const firstEdit = newBlock.e?.[i]?.e[k] as EditChild;
const newChildBlock = newBlock.d[firstEdit.h];
oldValue.p(newChildBlock);
Expand Down

2 comments on commit fd7b945

@vercel
Copy link

@vercel vercel bot commented on fd7b945 Jan 7, 2024

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:

sink – ./packages/kitchen-sink

sink-git-main-millionjs.vercel.app
million-kitchen-sink-atit.vercel.app
sink-millionjs.vercel.app
sink.million.dev

@vercel
Copy link

@vercel vercel bot commented on fd7b945 Jan 7, 2024

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:

million-kitchen-sink – ./packages/kitchen-sink

million-kitchen-sink.vercel.app
million-kitchen-sink-git-main-millionjs.vercel.app
million-kitchen-sink-millionjs.vercel.app

Please sign in to comment.