Skip to content

Commit

Permalink
fix: typo in Click event class docs
Browse files Browse the repository at this point in the history
  • Loading branch information
elvisvoer committed Feb 15, 2024
1 parent 7557504 commit a222893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/events/events_click.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import * as eventUtils from './utils.js';
import {Workspace} from '../workspace.js';

/**
* Notifies listeners that ome blockly element was clicked.
* Notifies listeners that some blockly element was clicked.
*/
export class Click extends UiBase {
/** The ID of the block that was clicked, if a block was clicked. */
Expand Down

0 comments on commit a222893

Please sign in to comment.