Skip to content

Commit 0bb8ea1

Browse files
authored
Update ai.md (#4501)
1 parent 641e674 commit 0bb8ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ai.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ ai: {
533533
534534
* `maxLength`: the size of HTML to cut to not reach the token limit. 50K is the current default but you may try to increase it or even set it to null.
535535
* `simplify`: should we process HTML before sending to GPT. This will remove all non-interactive elements from HTML.
536-
* `minify`: shold HTML be additionally minified. This removed empty attributes, shortens notations, etc.
536+
* `minify`: should HTML be additionally minified. This removed empty attributes, shortens notations, etc.
537537
* `interactiveElements`: explicit list of all elements that are considered interactive.
538538
* `textElements`: elements that contain text which can be used for test automation.
539539
* `allowedAttrs`: explicit list of attributes that may be used to construct locators. If you use special `data-` attributes to enable locators, add them to the list.

0 commit comments

Comments
 (0)