Skip to content

Commit aca57e7

Browse files
authored
Fix a typo (#2575)
1 parent e087b53 commit aca57e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/Documentation.docc/Articles/MigratingTo1.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ library and aim to allow one to abstract over the shape of enums just as key pat
5555
with structs.
5656

5757
However, in conjunction with version 1.4 of this library we also released an update to CasePaths
58-
that massively improved ergnomics of using case paths. We introduced the `@CasePathable` macro for
58+
that massively improved ergonomics of using case paths. We introduced the `@CasePathable` macro for
5959
automatically deriving case paths so that we could stop using runtime reflection, and we introduced
6060
a way of using key paths to describe case paths. And so the old `CasePath` type has been deprecated,
6161
and the new `CaseKeyPath` type has taken its place.

0 commit comments

Comments
 (0)