From d0c0bed7ac8d8e5724b4f1554c66625149707c48 Mon Sep 17 00:00:00 2001
From: Tyson Gach <tyson@tysongach.com>
Date: Tue, 16 Mar 2021 10:58:34 -0400
Subject: [PATCH] Fix Accessify additional text

AccessLint is not associated with Accessify.
---
 src/_data/resources.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/_data/resources.json b/src/_data/resources.json
index aa3c8e04..b6127633 100644
--- a/src/_data/resources.json
+++ b/src/_data/resources.json
@@ -603,7 +603,7 @@
 		{
 			"title": "Accessify",
 			"description": "Run a free website performance test and get actionable tips on how to optimize it.",
-			"additional": "AccessLint",
+			"additional": "Accessify",
 			"url": "https://www.accessify.com/"
 		},
 		{
-- 
GitLab