diff --git a/views/index.hbs b/views/index.hbs index 66fb7fb..8ddc497 100644 --- a/views/index.hbs +++ b/views/index.hbs @@ -17,7 +17,7 @@
/applications GET request to /applications to get all the applications
/applications/1234 GET request to /applications/ with a path parameter of '1234' to get a specific application
/garages GET request to /garages to get all the garages
-/garages/6212/a> GET request to /garages/ with a path parameter of '6212' to get a specific garage
+/garages/6212 GET request to /garages/ with a path parameter of '6212' to get a specific garage