Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/screenplay/screenplay_fundamentals.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ The `OnStage` class also recognises pronouns - when an expression such as "he ad
You can define your own list of pronouns using the `screenplay.pronouns` Serenity property in the `serenity.conf` file, e.g.

```conf
screenplay.pronouns=il,elle,ils,elles,son,sa,leur,leurs
screenplay.pronouns="il,elle,ils,elles,son,sa,leur,leurs"
```

#### Casts and Abilities
Expand Down