From d08b3bc8c81b37d353784da8dcb198058adc60dd Mon Sep 17 00:00:00 2001 From: Brandon Williams <135203+mbrandonw@users.noreply.github.com> Date: Tue, 13 Jun 2023 08:09:41 -0700 Subject: [PATCH] Fix typo. --- 0071-composable-state-management-hor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0071-composable-state-management-hor/README.md b/0071-composable-state-management-hor/README.md index aa0fb131..30fd21e6 100644 --- a/0071-composable-state-management-hor/README.md +++ b/0071-composable-state-management-hor/README.md @@ -1,5 +1,5 @@ ## [Point-Free](https://www.pointfree.co) -> #### This directory contains code from Point-Free Episode: [Composable State Management: Higher-Order Reducers](https://www.pointfree.co/episodes/ep71-composable-state-management-hor) +> #### This directory contains code from Point-Free Episode: [Composable State Management: Higher-Order Reducers](https://www.pointfree.co/episodes/ep71-composable-state-management-higher-order-reducers) > > We will explore a form of reducer composition that will take our applications to the _next level_. Higher-order reducers will allow us to implement broad, cross-cutting functionality on top of our applications with very little work, and without littering our application code with unnecessary logic. And, we'll finally answer "what's the point?!"