Skip to content

Commit 6598e7e

Browse files
authored
docs: fix typo (#348)
1 parent fe490e4 commit 6598e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reuse/modules/ui5/assertion.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export class Assertion {
199199
/**
200200
* @function expectToBeNotEnabled
201201
* @memberOf ui5.assertion
202-
* @description Expects that the element is enabled to the user.
202+
* @description Expects that the element is not enabled to the user.
203203
* @param {Object} selector - The selector describing the element.
204204
* @param {Number} [index=0] - The index of the selector (in case there are more than one elements visible at the same time).
205205
* @param {Number} [timeout=30000] - The timeout to wait (ms).

0 commit comments

Comments
 (0)