diff --git a/src/main/webapp/WEB-INF/jsp/vets/vetList.jsp b/src/main/webapp/WEB-INF/jsp/vets/vetList.jsp index 9c60cf5b958ccbc8d5888392cd63d7d059ab60e8..b6180378c3b50bbf0a178b7f22b30dcffb06c0a6 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>