Skip to content

Commit

Permalink
Update README.md (#134)
Browse files Browse the repository at this point in the history
contructor -> constructor
  • Loading branch information
eltociear authored Jan 19, 2024
1 parent aad7d49 commit 2a0d024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ for example region specific holidays, you can pass this to the constructor of yo
$holidays = Holidays::for(Austria::make(region: 'de-bw'))->get();
```

The value, `de-bw`, will be passed to the region parameter of the contructor of a country.
The value, `de-bw`, will be passed to the region parameter of the constructor of a country.

```php
class Austria extends Country
Expand Down

0 comments on commit 2a0d024

Please sign in to comment.