We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb8152 commit 4f1ee80Copy full SHA for 4f1ee80
src/docs/handbook/web-testing/page-element-query-language.md
@@ -797,7 +797,7 @@ await actorCalled('Alice').attemptsTo(
797
```
798
799
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:
+in the context of a root element at runtime, improving the reusability of your code:
801
802
```typescript
803
import { actorCalled } from '@serenity-js/core'
0 commit comments