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 f2d7c40
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 f2d7c40

Please sign in to comment.