From 690339739f693372b724b7194225e1a1bcf7baf5 Mon Sep 17 00:00:00 2001 From: Simon Rozsival Date: Sat, 28 Jan 2017 19:49:12 +0100 Subject: [PATCH] reduce line width --- Rewritten-docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rewritten-docs.md b/Rewritten-docs.md index 36c0c80..f21a39b 100644 --- a/Rewritten-docs.md +++ b/Rewritten-docs.md @@ -3200,7 +3200,7 @@ Several open source libraries are used: - [redux-thunk](https://github.com/gaearon/redux-thunk) - [react-router-redux](https://github.com/reactjs/react-router-redux) -We created two other custom middleware functions to simplify the development: +We created two other custom middleware functions for our needs: - **API middleware** -- The middleware filters out all actions with the *type* set to `recodex-api/CALL`, sends a real HTTP request according to the information in the action.