diff --git a/docs/web/docs/Definition_of_Vehicles,_Vehicle_Types,_and_Routes.md b/docs/web/docs/Definition_of_Vehicles,_Vehicle_Types,_and_Routes.md index 3c0058867c8..0ae1c3e6f3d 100644 --- a/docs/web/docs/Definition_of_Vehicles,_Vehicle_Types,_and_Routes.md +++ b/docs/web/docs/Definition_of_Vehicles,_Vehicle_Types,_and_Routes.md @@ -95,7 +95,7 @@ A vehicle may be defined using the following attributes: | departPosLat | float(m)/string ("random", "free", "random_free", "left", "right", "center") | The lateral position on the departure lane at which the vehicle shall enter the net; see [Simulation/SublaneModel](Simulation/SublaneModel.md). *default: "center"* | | arrivalPosLat | float(m)/string ("default", "left", "right", "center") | The lateral position on the arrival lane at which the vehicle shall arrive; see [Simulation/SublaneModel](Simulation/SublaneModel.md). by default the vehicle does not care about lateral arrival position | | speedFactor | float > 0 | Sets custom speedFactor (factor on road speed limit) and overrides the [speedFactor distribution](#speed_distributions) of the vehicle type | -| insertionChecks | string list | Sets the list of safety checks to perform during vehicle insertion. Possible values are: `all`, `none`, `collision`, `leaderGap`, `followerGap`, `junction`, `stop`, `arrivalSpeed`, `oncomingTrain`, `speedLimit`, `pedestrians`. default *all* | +| insertionChecks | string list | Sets the list of safety checks to perform during vehicle insertion. Possible values are: `all`, `none`, `collision`, `leaderGap`, `followerGap`, `junction`, `stop`, `arrivalSpeed`, `oncomingTrain`, `speedLimit`, `pedestrian`. default *all* | | parkingBadges | string list | list of keywords to access restricted parking areas (the default empty list will still allow access to unrestricted parking areas) | !!! caution