Skip to content

Commit bff749b

Browse files
authored
fix typo (#510)
English is always capitalized.
1 parent 219e7d9 commit bff749b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/9.0/reader/record-mapping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ use Carbon\CarbonImmutable;
134134
private CarbonImmutable $observedOn;
135135
```
136136

137-
The above rule can be translated in plain english like this:
137+
The above rule can be translated in plain English like this:
138138

139139
> Convert the value of the associative array whose key is `date` into a `CarbonImmutable` object
140140
> using the date format `!Y-m-d` and the `Africa/Nairobi` timezone. Once created,

0 commit comments

Comments
 (0)