aboutsummaryrefslogtreecommitdiff
path: root/web/routes
diff options
context:
space:
mode:
authorKumar Damani <kumar.damani@mail.utoronto.ca>2019-03-25 15:19:42 +0000
committerKumar Damani <kumar.damani@mail.utoronto.ca>2019-03-25 15:19:42 +0000
commite8f1fd60b765981bdd230789eebc9279db477b70 (patch)
tree0f89deb31e2dccb2f5cf02729756d96063450697 /web/routes
parentc093b27e101f19e7667124479aa5c4baaf33adad (diff)
fixed typo
Diffstat (limited to 'web/routes')
-rw-r--r--web/routes/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/routes/index.js b/web/routes/index.js
index 3c066a9..4bbd7f6 100644
--- a/web/routes/index.js
+++ b/web/routes/index.js
@@ -37,7 +37,7 @@ router.post('/mobilerequest', function(req, res) {
}
if (!glookup.hasContainers(point)) {
- var errMssg = "Sorry, we currently only support locations strictly within the City of Toronto";
+ var errMssg = "Sorry, we currently only support locations strictly within the City of Toronto.";
return res.status(200).send({ error: errMssg });
}