From e8f1fd60b765981bdd230789eebc9279db477b70 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Mon, 25 Mar 2019 11:19:42 -0400 Subject: fixed typo --- web/routes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') 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 }); } -- cgit v1.2.3