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 c859a4b commit 099aca4Copy full SHA for 099aca4
src/docs/handbook/web-testing/page-element-query-language.md
@@ -551,7 +551,7 @@ await actorCalled('Alice').attemptsTo(
551
```
552
553
Where this pattern becomes indispensable is when you start **reusing** and **composing several meta-questions together**.
554
-For example, you could map each of `basketItems()` to retrieve their name or price:
+For example, you could map each of the `basketItems()` to retrieve their name or price:
555
556
```typescript
557
import { actorCalled } from '@serenity-js/core'
0 commit comments