From 46d86f994b6e124ddce27d0616d7dedd6b62a56d Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Thu, 9 Mar 2023 16:40:23 +0100 Subject: [PATCH] fix ci --- src/nodejs/node_osrm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nodejs/node_osrm.cpp b/src/nodejs/node_osrm.cpp index 6471b7697..a584e47e6 100644 --- a/src/nodejs/node_osrm.cpp +++ b/src/nodejs/node_osrm.cpp @@ -491,7 +491,7 @@ Napi::Value Engine::tile(const Napi::CallbackInfo &info) * * @returns {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 ommitted 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,