From c28aa00f3d64a64f08127469d3b85744a7c9c7d8 Mon Sep 17 00:00:00 2001 From: Niklas Kiefer Date: Wed, 29 May 2019 08:09:50 +0200 Subject: [PATCH] chore(ordering): fix typo --- lib/features/ordering/BpmnOrderingProvider.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/features/ordering/BpmnOrderingProvider.js b/lib/features/ordering/BpmnOrderingProvider.js index 8d908173..100b48bd 100644 --- a/lib/features/ordering/BpmnOrderingProvider.js +++ b/lib/features/ordering/BpmnOrderingProvider.js @@ -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) {