Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amynickolls committed May 10, 2024
1 parent 09aab96 commit 52d8f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dm_regional_app/charts.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def prediction_chart(historic_data: PopulationStats, prediction: Prediction, **k
)

fig.update_layout(
title="Base forecase", xaxis_title="Date", yaxis_title="Number of children"
title="Base forecast", xaxis_title="Date", yaxis_title="Number of children"
)
fig.update_yaxes(rangemode="tozero")
fig_html = fig.to_html(full_html=False)
Expand Down

0 comments on commit 52d8f24

Please sign in to comment.