Skip to content

Commit

Permalink
docs: typo in JSDoc for expectAllExist() (#APD-483)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDienst-askui committed Jun 20, 2024
1 parent 43baa29 commit ae5fbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/askui-nodejs/src/execution/ui-control-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ export class UiControlClient extends ApiCommands {
* exact match or a regular expression.
* @property {Object} [query.relation] - Object describing the relationship between the
* clicked text and another element.
* @property {RelationsForConvenienceMethods} params.relation.type - The type of relation.
* @property {RelationsForConvenienceMethods} query.relation.type - The type of relation.
* @property {string} query.relation.text - The label or text associated with the
* related element or state.
* @returns {ExpectAllExistResult.allExist} - If every element exists.
Expand Down

0 comments on commit ae5fbff

Please sign in to comment.