diff --git a/docs/tutorials/tutorial_regression_1.rst b/docs/tutorials/tutorial_regression_1.rst index cf42e4e7..e39acb69 100644 --- a/docs/tutorials/tutorial_regression_1.rst +++ b/docs/tutorials/tutorial_regression_1.rst @@ -482,7 +482,7 @@ Conclusion ------------------------ The next regression tutorials will test more powerful spiking neurons, -such as Reucrrent LIF neurons and spiking LSTMs, to see how they +such as Recurrent LIF neurons and spiking LSTMs, to see how they compare. If you like this project, please consider starring ⭐ the repo on GitHub diff --git a/examples/tutorial_regression_1.ipynb b/examples/tutorial_regression_1.ipynb index c0759bb2..d5977b68 100644 --- a/examples/tutorial_regression_1.ipynb +++ b/examples/tutorial_regression_1.ipynb @@ -589,7 +589,7 @@ "source": [ "# Conclusion\n", "\n", - "The next regression tutorials will test more powerful spiking neurons, such as Reucrrent LIF neurons and spiking LSTMs, to see how they compare.\n", + "The next regression tutorials will test more powerful spiking neurons, such as Recurrent LIF neurons and spiking LSTMs, to see how they compare.\n", "\n", "If you like this project, please consider starring ⭐ the repo on GitHub as it is the easiest and best way to support it.\n" ]