From 5bb2f2bb624b410153283e0acb561cb20ca5c68f Mon Sep 17 00:00:00 2001 From: CisMous Date: Thu, 2 Apr 2015 03:16:33 +0800 Subject: [PATCH] fix type error --- install/data/categories.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/data/categories.json b/install/data/categories.json index 74b058e80f..048d995682 100644 --- a/install/data/categories.json +++ b/install/data/categories.json @@ -9,7 +9,7 @@ }, { "name": "General Discussion", - "description": "A place to talk about whateeeever you want", + "description": "A place to talk about whatever you want", "bgColor": "#59b3d0", "color": "#fff", "icon" : "fa-comments-o",