From f5eb32aff080d63a0f772e448c618d948ed99cd2 Mon Sep 17 00:00:00 2001 From: Lorenzo Natali Date: Fri, 2 Aug 2019 18:19:26 +0200 Subject: [PATCH] Remove IN PROGRESS (#4026) --- docs/developer-guide/dev-how-to.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developer-guide/dev-how-to.md b/docs/developer-guide/dev-how-to.md index 140cb4f31f..9a9613e346 100644 --- a/docs/developer-guide/dev-how-to.md +++ b/docs/developer-guide/dev-how-to.md @@ -5,7 +5,7 @@ This guide wants to provide general information and suggestions about how to wri * [Writing plugins](../plugins-howto) * Writing components - TODO TBD * [Writing actions and reducers](../writing-actions-reducers) - * [Writing epics](../writing-epics) - IN PROGRESS (@offtherailz) - * Writing enhancers - TODO (@baloola) + * [Writing epics](../writing-epics) + * Writing enhancers - TODO TBD * [Styling and theming](../customize-theme) * Using JS API - TODO (@kappu72)