Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thsparks committed Sep 25, 2024
1 parent d6673d8 commit 5e56afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4167,7 +4167,7 @@ export class ProjectView
}

if (!readableName) {
// Found nultiple blocks matching the id, or we were unable to generate a readable name from block parameters.
// Found multiple blocks matching the id, or we were unable to generate a readable name from block parameters.
// In this case, use the block snippet names to describe the block.
const blockSnippets: string[] = [];
for (const name of blocksWithId.map(b => b.snippetName || b.name)) {
Expand Down

0 comments on commit 5e56afc

Please sign in to comment.