From 67d24e758abbdbd31ef08ab2157ae32692b34afb Mon Sep 17 00:00:00 2001 From: Joel Butcher Date: Sun, 27 Dec 2020 09:23:35 +0000 Subject: [PATCH] typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eccfde9b..b122988c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ This changelog follows [the Keep a Changelog standard](https://keepachangelog.co ## [v0.0.2](https://github.com/joelbutcher/socialstream/compare/v0.0.2...v0.0.3) ### Changed -- Added an error mssage to the connected accounts components (#3) +- Added an error message to the connected accounts components (#3) - Added an exception handler for `Laravel\Socialite\Two\InvalidStateException` (#3) ## [v0.0.2](https://github.com/joelbutcher/socialstream/compare/v0.0.1...v0.0.2)