Skip to content

Commit f09bed4

Browse files
authored
Update kane-ai-supported-assertions.md
1 parent 96a30fa commit f09bed4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/kane-ai-supported-assertions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ Property assertions involve checking styles or attributes of an element.
106106
- Assert if the font size of a header is "16px".
107107
- Assert if the padding of a button is "10px".
108108

109-
### Spacial Assertions (To be available soon)
110-
Spacial assertions validate the position or arrangement of elements.
109+
### Spatial Assertions (To be available soon)
110+
Spatial assertions validate the position or arrangement of elements.
111111

112112
**Examples:**
113113
- Assert that the 5th column of a table contains "Jordan.Mathews".
@@ -131,7 +131,7 @@ These assertions aim to check the state after an action, which is not supported
131131
**Examples:**
132132
- Assert if the page is scrolled to the bottom.
133133
- Assert if a tooltip appears after hovering over an info icon.
134-
- Cuurently, you can break this into two steps: Hover on the info icon, then assert if the tooltip is visible.
134+
- Currently, you can break this into two steps: Hover on the info icon, then assert if the tooltip is visible.
135135

136136
### Nested Assertions (To be available soon)
137137
Nested assertions involve multiple layers of validation within a single assertion.

0 commit comments

Comments
 (0)