From da68f687851c23670ff97d64e5262930ad8e4804 Mon Sep 17 00:00:00 2001 From: Brie Carranza Date: Thu, 23 Apr 2020 23:52:01 -0400 Subject: [PATCH] Fix behance URL in social.json --- exampleSite/data/social.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/data/social.json b/exampleSite/data/social.json index c1e2a93..c0bfb6f 100644 --- a/exampleSite/data/social.json +++ b/exampleSite/data/social.json @@ -2,5 +2,5 @@ "facebook" : "https://facebook.com/", "instagram" : "https://instagram.com/", "dribbble" : "https://dribbble.com/", - "behance" : "https://behnace.com/" -} \ No newline at end of file + "behance" : "https://behance.com/" +}