fix: typo in Click event class docs

This commit is contained in:
Elvis Adomnica
2024-02-15 11:11:23 +01:00
parent 7557504693
commit a2228939ca

View File

@@ -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. */