From f9feb022b0082e688c230eab4e57b20d44038411 Mon Sep 17 00:00:00 2001 From: dkhamsing Date: Tue, 26 May 2020 08:02:23 -0700 Subject: [PATCH] Fix wrong category --- contents.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents.json b/contents.json index f7262b37..0d8ad73e 100644 --- a/contents.json +++ b/contents.json @@ -20737,7 +20737,7 @@ { "title": "FireTodo", "category-ids": [ - "task", + "tasks", "swiftui" ], "description": "Simple Todo using SwiftUI, Firebase, Redux",