Skip to content

Commit

Permalink
fix(docs): fix typo in advanced/block-and-item-id.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Jan 26, 2025
1 parent b157d86 commit ad6890d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/block-and-item-id.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Normally, for a block, you can find an item of the same block ID. But there are
## How Allay Handles Block and Item Id

To unify naming and reduce confusion. In Allay, we ensure that the `hard block item`'s id of the registered block is the same as the block's id
without an id conflict. If you want to register extra block item for your block, please make sure that it has the same id of the blcok you want
without an id conflict. If you want to register extra block item for your block, please make sure that it has the same id of the block you want
to register extra block item for. Later when registering the block, Allay will consider the item you registered as the `actual block item`, and
register the `hard block item` with a `item.` prefix.

Expand Down

0 comments on commit ad6890d

Please sign in to comment.