From 6f349ec2eb4bfa8aad15eb84660056037aabc16c Mon Sep 17 00:00:00 2001
From: Ameya Pandilwar <ameya@ccs.neu.edu>
Date: Sun, 7 Feb 2016 18:31:11 -0500
Subject: [PATCH] Update link navigation title to make it consistent

---
 src/main/webapp/WEB-INF/jsp/vets/vetList.jsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/webapp/WEB-INF/jsp/vets/vetList.jsp b/src/main/webapp/WEB-INF/jsp/vets/vetList.jsp
index 1c57ea9..e910ebb 100644
--- a/src/main/webapp/WEB-INF/jsp/vets/vetList.jsp
+++ b/src/main/webapp/WEB-INF/jsp/vets/vetList.jsp
@@ -36,7 +36,7 @@
                 <a href="<spring:url value="/vets.xml" htmlEscape="true" />">View as XML</a>
             </td>
             <td>
-                <a href="<spring:url value="/vets.json" htmlEscape="true" />">View as JSon</a>
+                <a href="<spring:url value="/vets.json" htmlEscape="true" />">View as JSON</a>
             </td>
         </tr>
     </table>
-- 
GitLab