From e5de64e05667386f9d6c8b340ca7af22cb04ef91 Mon Sep 17 00:00:00 2001 From: Tomas Drencak Date: Tue, 23 Aug 2016 09:12:35 +0200 Subject: [PATCH] typo fix --- docs/Interceptors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Interceptors.md b/docs/Interceptors.md index 4625e77..140e609 100644 --- a/docs/Interceptors.md +++ b/docs/Interceptors.md @@ -252,7 +252,7 @@ changing the `:event` value within the `:coeffects`. `:event` will start off as `[:delete-item 42]`, but will end up `[42]`. `trim-event` will remove that leading `:delete-item` because, by the time the event is -being processed, we already know what id is has. +being processed, we already know what id it has. And, here it is: ```clj