Skip to content

Commit

Permalink
Merge pull request #529 from ccnmtl/typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ndittren authored Sep 25, 2024
2 parents 202a851 + 79e97db commit 91144ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/js/src/simulationOne/scatterPlot.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export const ScatterPlot = ({ N, yCorrelation, seed, setAppRvalue,
}
} : {
xaxis: {
title: 'Independant Variable X',
title: 'Independent Variable X',
dtick: 25,
},
yaxis: {
Expand Down

0 comments on commit 91144ed

Please sign in to comment.