Skip to content

Commit 26a5eff

Browse files
fix(migration84/new-features): fix typo (#3996)
1 parent 5dc029d commit 26a5eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appendices/migration84/new-features.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Person
2828
get => $this->firstName . ' ' . $this->lastName;
2929
}
3030
31-
// All write operations go though this hook, and the result is what is written.
31+
// All write operations go through this hook, and the result is what is written.
3232
// Read access happens normally.
3333
public string $firstName {
3434
set => ucfirst(strtolower($value));

0 commit comments

Comments
 (0)