From 805e375afb96f83d7f334502c9cb6b8437772d0a Mon Sep 17 00:00:00 2001 From: Ralph Huwiler Date: Thu, 8 Feb 2018 21:09:01 +0100 Subject: [PATCH] fixed a typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 815cefd..425a9f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ The new architecture allows for a much more rubust structure and makes it easier ### Changed - Complete rewrite -- Import the transformer throught the http context in the controller. +- Import the transformer through the http context in the controller. - Allow transformers to define `defaultIncludes` that will be appended to the result. - 100% test coverage! :star: