Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ndittren committed Sep 24, 2024
1 parent 202a851 commit 79e97db
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 79e97db

Please sign in to comment.