From ac92d22d0d1718ad8e6a234559bebc0181ad35fc Mon Sep 17 00:00:00 2001 From: Simon Howe Date: Mon, 21 Nov 2016 11:59:30 +0100 Subject: [PATCH] Change spelling for eslint --- client/app/scripts/charts/nodes-layout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/app/scripts/charts/nodes-layout.js b/client/app/scripts/charts/nodes-layout.js index e972efca8b..670671777b 100644 --- a/client/app/scripts/charts/nodes-layout.js +++ b/client/app/scripts/charts/nodes-layout.js @@ -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);