diff options
| author | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-03-25 15:19:42 +0000 |
|---|---|---|
| committer | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-03-25 15:19:42 +0000 |
| commit | e8f1fd60b765981bdd230789eebc9279db477b70 (patch) | |
| tree | 0f89deb31e2dccb2f5cf02729756d96063450697 /web/routes/index.js | |
| parent | c093b27e101f19e7667124479aa5c4baaf33adad (diff) | |
fixed typo
Diffstat (limited to 'web/routes/index.js')
| -rw-r--r-- | web/routes/index.js | 2 |
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 }); } |
