petclinic-uncached

Merge pull request #131 from ameya-pandilwar/update-link-title Update

4/4/2016 3:36:55 AM

Details

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