Skip to content

Commit 4f1ee80

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/handbook/web-testing/page-element-query-language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ await actorCalled('Alice').attemptsTo(
797797
```
798798

799799
You can also define a chain of filtering calls to **resolve it dynamically**
800-
in the context of a root element at runtime, improving reusability of your code:
800+
in the context of a root element at runtime, improving the reusability of your code:
801801

802802
```typescript
803803
import { actorCalled } from '@serenity-js/core'

0 commit comments

Comments
 (0)