Skip to content

Commit e546326

Browse files
authored
Update WebTwain_Viewer.md
Removed an extra e from custom
1 parent 22db863 commit e546326

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

info/api/WebTwain_Viewer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,15 +222,15 @@ createCustomElement(
222222

223223
interface CustomElement {
224224
/**
225-
* Show the custome element.
225+
* Show the custom element.
226226
*/
227227
show(): boolean;
228228
/**
229-
* Hide the custome element.
229+
* Hide the custom element.
230230
*/
231231
hide(): boolean;
232232
/**
233-
* Remove the custome element.
233+
* Remove the custom element.
234234
*/
235235
dispose(): boolean;
236236
};

0 commit comments

Comments
 (0)