From e2d54000eaf58885abec46ff34d54575f2e60a31 Mon Sep 17 00:00:00 2001 From: cypress evelyn masso Date: Wed, 20 Nov 2024 15:59:46 -0800 Subject: [PATCH] Update types/aria-at-file.js Co-authored-by: jugglinmike --- types/aria-at-file.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/aria-at-file.js b/types/aria-at-file.js index 3a060237c..968208d84 100644 --- a/types/aria-at-file.js +++ b/types/aria-at-file.js @@ -97,7 +97,7 @@ * @property {string} commands[].keypresses[].keystroke single human-readable key or key chord press * @property {string} [commands[].extraInstruction] human-readable additional instruction to follow * @property {string} [commands[].settings] this property only exists on v2 tests - * @property {string[]} [commands[].settings] this property only exists on v2 tests. settings in addition to the single option in `setting` + * @property {string[]} [commands[].additionalSettings] this property only exists on v2 tests. settings in addition to the single option in `setting` * @property {object[]} assertions[] * @property {1 | 2} assertions[].priority * @property {string} [assertions[].expectation] assertion statement string, this property only exists on v1 tests