From 315d118b337fe2cc5736094228c0efbc5d3ebec1 Mon Sep 17 00:00:00 2001 From: Pratik Date: Mon, 6 Mar 2023 19:03:30 +0530 Subject: [PATCH] Fix typo in api.md Signed-off-by: Pratik --- docs/nodejs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nodejs/api.md b/docs/nodejs/api.md index ef52ed790..c4d389023 100644 --- a/docs/nodejs/api.md +++ b/docs/nodejs/api.md @@ -248,7 +248,7 @@ osrm.match(options, function(err, response) { Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)** containing `tracepoints` and `matchings`. **`tracepoints`** Array of [`Ẁaypoint`](#waypoint) objects representing all points of the trace in order. - If the trace point was ommited by map matching because it is an outlier, the entry will be null. + If the trace point was omitted by map matching because it is an outlier, the entry will be null. Each `Waypoint` object has the following additional properties, 1) `matchings_index`: Index to the [`Route`](#route) object in matchings the sub-trace was matched to,