From 263d1f83c8701cec2df323736161e1024521baa7 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Thu, 8 Dec 2016 14:29:07 +0000 Subject: [PATCH] Fix a typo --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index e71be73b..4a699515 100644 --- a/changelog.md +++ b/changelog.md @@ -6,7 +6,7 @@ - Switch to Makefile for front-end build tasks - Switch to Postgres based search - Update travis to use aforementioned search and php 7.1 - - Move syndication tarhets into a config file (issue#27) + - Move syndication targets into a config file (issue#27) ## Version 0.0.17 (2016-11-25) - Add a basic search feature using Laravel Scout and Algolia (issue#38)