Change spelling for eslint

This commit is contained in:
Simon Howe
2016-11-21 11:59:30 +01:00
committed by David Kaltschmidt
parent beed39f13e
commit 79a9598d0f

View File

@@ -465,7 +465,7 @@ export function doLayout(immNodes, immEdges, opts) {
&& featureIsEnabledAny('layout-dance', 'layout-dance-single')
&& hasNewSingleNode(nodesWithDegrees, nodeCache)) {
// special case: new nodes are 0-degree nodes, no need for layout run,
// they will be layed out further below
// they will be laid out further below
log('skip layout, only 0-degree node(s) added');
layout = cloneLayout(cachedLayout, nodesWithDegrees, immEdges);
layout = copyLayoutProperties(layout, nodeCache, edgeCache);