From 944c7129e2862a49c890d67db0889f2590aabb63 Mon Sep 17 00:00:00 2001 From: Matt Dawson Date: Thu, 26 Sep 2024 17:31:54 -0700 Subject: [PATCH] fix typo --- docs/source/tutorial/chapter2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tutorial/chapter2.rst b/docs/source/tutorial/chapter2.rst index d30699fc..5af7a726 100644 --- a/docs/source/tutorial/chapter2.rst +++ b/docs/source/tutorial/chapter2.rst @@ -66,7 +66,7 @@ which is an argument to the MICM solver. Finally, a single time step solution is obtained through a call to ``micm%solve``, after which the updated concentrations may be displayed. -To build the example, follow the instructions in :ref:`Chapeter 1`. +To build the example, follow the instructions in :ref:`Chapter 1`. Assuming you name the executable ``micm_box_model``, you can run the program as follows: