Skip to content

Commit fa2db1e

Browse files
Merge pull request plotly#1406 from Blabla51/source-design-merge
Update 2016-06-03-plotly_js_function_ref.html
2 parents bbbe902 + 18b71b8 commit fa2db1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/reference_pages/2016-06-03-plotly_js_function_ref.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ <h4 id="plotly-extendtraces"><a href="{{ BASE_URL }}/javascript/plotlyjs-functio
503503
// extend multiple traces
504504
Plotly.extendTraces(graphDiv, {y: [[rand()], [rand()]]}, [0, 1])
505505

506-
// extend multiple traces up to a miximum of 10 points per trace
506+
// extend multiple traces up to a maximum of 10 points per trace
507507
Plotly.extendTraces(graphDiv, {y: [[rand()], [rand()]]}, [0, 1], 10)
508508
</code></pre>
509509

0 commit comments

Comments
 (0)