From 398ee7431dbd979bf2c671f61076214357789cfc Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 24 Aug 2016 03:18:07 +0300 Subject: [PATCH] minor fix.. Signed-off-by: Alex A. Naanou --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae2ea45..daa1bc0 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ n The return value will get passed through all the actions in a chain before returning to the action caller. - **Return `this` by default** -- **Organise reuse actions** +- **Organise reuse actions** Actions organized into action sets can be reused (_mixed-in_) in multiple inheritance chains without any extra work. - **Unified way to document actions**