Skip to content

Commit 099aca4

Browse files
committed
docs(website): add missing "the"
Because `backetItems` is a specific group, we preface it with the definite article "the". Refs: https://gallaudet.edu/student-success/tutorial-center/english-center/grammar-and-vocabulary/definite-and-indefinite-articles/a-an-the-general-or-specific/
1 parent c859a4b commit 099aca4

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
@@ -551,7 +551,7 @@ await actorCalled('Alice').attemptsTo(
551551
```
552552

553553
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:
554+
For example, you could map each of the `basketItems()` to retrieve their name or price:
555555

556556
```typescript
557557
import { actorCalled } from '@serenity-js/core'

0 commit comments

Comments
 (0)