Skip to content

Commit f807ecb

Browse files
committed
Fix typo in comment for dynamic method call
Corrected a minor typo in the comment to improve clarity and maintain code quality. This change ensures that the comment accurately describes the functionality of the method.
1 parent 0d209d7 commit f807ecb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/views/AbstractView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ abstract class AbstractView {
5151
return (this.constructor as unknown as ViewConstructor).domain;
5252
}
5353

54-
// noinspection JSUnusedGlobalSymbols Methodd is dynamically called.
54+
// noinspection JSUnusedGlobalSymbols Method is dynamically called.
5555
/**
5656
* Get a view configuration.
5757
*

0 commit comments

Comments
 (0)