diff --git a/docs/notebooks/LinearNoiseApproximation.ipynb b/docs/notebooks/LinearNoiseApproximation.ipynb index 440e641..2d26064 100644 --- a/docs/notebooks/LinearNoiseApproximation.ipynb +++ b/docs/notebooks/LinearNoiseApproximation.ipynb @@ -369,7 +369,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "The LNA is computed runing `run_lna` the optional argument `return_results` (default `False`) indicates whether the full result is returned, or only the status of the computation. To retrieve the results after a computation of the LNA the following methods may be used: \n", + "The LNA is computed running `run_lna` the optional argument `return_results` (default `False`) indicates whether the full result is returned, or only the status of the computation. To retrieve the results after a computation of the LNA the following methods may be used: \n", "\n", "* `get_lna_status` returns the status of the last computation\n", "* `get_lna_covariance_matrix` returns the full covariance matrix\n",