Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aibcmars committed Oct 23, 2020
1 parent af307cd commit 1e001d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/mxgraph/MxGraphConfigurator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import ShapeConfigurator from './config/ShapeConfigurator';
import MarkerConfigurator from './config/MarkerConfigurator';
import MxClientConfigurator from './config/MxClientConfigurator';
import { BpmnVisualizationOptions } from '../BpmnVisualization';
import { BpmnMxGraph } from './BpmnMxgraph';
import { BpmnMxGraph } from './BpmnMxGraph';

/**
* Configure the BpmnMxGraph graph that can be used by the lib
Expand Down

0 comments on commit 1e001d4

Please sign in to comment.