From 3950ceea2107ae798036f5378d1deaa26bcedd91 Mon Sep 17 00:00:00 2001 From: mzabriskie Date: Tue, 16 Sep 2014 12:27:47 -0600 Subject: [PATCH] Updating CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e77761..08091a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,5 +20,5 @@ ### 0.3.0 (Sep 16, 2014) - Fixing `success` and `error` to properly receive response data as individual arguments ([#8](https://github.com/mzabriskie/axios/issues/8)) -- Updating `then` and `catch` to receive response data as a signle object +- Updating `then` and `catch` to receive response data as a single object - Fixing issue with `all` not working ([#7](https://github.com/mzabriskie/axios/issues/7)) \ No newline at end of file