Skip to content

Commit

Permalink
Change spelling for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
foot committed Nov 21, 2016
1 parent 01f9671 commit ac92d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/scripts/charts/nodes-layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ac92d22

Please sign in to comment.