Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lorextera authored and mattamon committed Dec 2, 2024
1 parent cd7750a commit fc2170c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/03_Usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use OpenSearch\Client;
final class MyService
{
public function __construct(
private reasonly Client $openSearchClient
private readonly Client $openSearchClient
)
{
//...
Expand All @@ -29,4 +29,4 @@ final class MyService
// ...
}

```
```

0 comments on commit fc2170c

Please sign in to comment.