Skip to content

Commit 450b77e

Browse files
authored
Fix typo in CHANGELOG.md (#1305)
1 parent 2570b46 commit 450b77e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/freezed/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class Example with _$Example {
127127
However, that `Example._()` constructor was required to have no parameter.
128128

129129
Starting Freezed 3.0, this constructor can accept any parameter.
130-
Freezed will them pass it values from other `factory` constructors, based on name.
130+
Freezed will then pass its values from other `factory` constructors, based on name.
131131

132132
In short, this enables extending any class:
133133

0 commit comments

Comments
 (0)