Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Jan 11, 2024
1 parent b7e9016 commit bb246c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -1349,7 +1349,7 @@ class Runtime extends EventEmitter {
// the category block icon.
const iconURI = blockInfo.blockIconURI || categoryInfo.blockIconURI;

// All extension blocks have are from_extension
// All extension blocks have from_extension
blockJSON.extensions.push('from_extension');

// Allow easily detecting which blocks use default colors
Expand Down

0 comments on commit bb246c2

Please sign in to comment.