diff --git a/src/main/webapp/WEB-INF/jsp/vets/vetList.jsp b/src/main/webapp/WEB-INF/jsp/vets/vetList.jsp index 1c57ea93c81aa3f29bdcb769f85a2c34ec600ad8..e910ebb10088007cf04b800bf497b5fe64ff76e0 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>