Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typo
  • Loading branch information
dy authored and etpinard committed Nov 21, 2016
commit fa18648b20ed97fa7f54744a835beb9a919c0b16
2 changes: 1 addition & 1 deletion src/plot_api/plot_api.js
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ Plotly.addTraces = function addTraces(gd, traces, newIndices) {
traces = [traces];
}

// make sure traces does not repeat existing ones
// make sure traces do not repeat existing ones
traces = traces.map(function(trace) {
return Lib.extendFlat({}, trace);
});
Expand Down