diff --git a/0090-composing-architecture-with-case-paths/README.md b/0090-composing-architecture-with-case-paths/README.md index 0916544d..79047896 100644 --- a/0090-composing-architecture-with-case-paths/README.md +++ b/0090-composing-architecture-with-case-paths/README.md @@ -2,4 +2,4 @@ > #### This directory contains code from Point-Free Episode: [Testable State Management: The Point](https://www.pointfree.co/episodes/ep90-composing-architecture-with-case-paths) > -> It's time to explore a real world application of "case paths", which provide key path-like functionality for enum cases. We'll upgrade our composable architecture to use them and see why they're a better fit than our existing solution to a problem. +> Let's explore a real world application of "case paths," which provide key path-like functionality for enum cases. We'll upgrade our composable architecture to use them and see why they're a better fit than our existing approach.