diff --git a/examples/notebooks/Precip_Accumulation_Region_of_Interest.ipynb b/examples/notebooks/Precip_Accumulation_Region_of_Interest.ipynb index 3f940b8..f6d1d8e 100644 --- a/examples/notebooks/Precip_Accumulation_Region_of_Interest.ipynb +++ b/examples/notebooks/Precip_Accumulation_Region_of_Interest.ipynb @@ -40,7 +40,7 @@ }, "source": [ "

Table of Contents

\n", - "
" + "
" ] }, { @@ -175,7 +175,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Function: calcualte_accumulated_precip()\n", + "## Function: calculate_accumulated_precip()\n", "\n", "Since we'll want to calculate the accumulated precipitation of our data more than once, it makes sense to create a function that we can call instead of duplicating the logic.\n", "\n",