chore(ordering): fix typo

This commit is contained in:
Niklas Kiefer 2019-05-29 08:09:50 +02:00 committed by merge-me[bot]
parent 46c5a8cb36
commit c28aa00f3d
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ export default function BpmnOrderingProvider(eventBus, canvas, translate) {
// if the element is already in the child list at
// a smaller index, we need to adjust the inser index.
// a smaller index, we need to adjust the insert index.
// this takes into account that the element is being removed
// before being re-inserted
if (insertIndex !== -1) {