From 2a0d024ecd81acd230e83ee2c11b619428b2fc8e Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 20 Jan 2024 05:40:55 +0900 Subject: [PATCH] Update README.md (#134) contructor -> constructor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e0ecdef1..d2ce5b057 100644 --- a/README.md +++ b/README.md @@ -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