diff --git a/live/01-forward-dc-resistivity-2d.ipynb b/live/01-forward-dc-resistivity-2d.ipynb
index 5ea175a..67fd650 100644
--- a/live/01-forward-dc-resistivity-2d.ipynb
+++ b/live/01-forward-dc-resistivity-2d.ipynb
@@ -483,7 +483,7 @@
"\n",
"Lets create a simulation: the object that will simulate the physics!\n",
"\n",
- "We'll use [dc.simulation_2d.Simulation2DNodel](https://docs.simpeg.xyz/content/api/generated/SimPEG.electromagnetics.static.resistivity.Simulation2DNodal.html#SimPEG.electromagnetics.static.resistivity.Simulation2DNodal). \n",
+ "We'll use [dc.simulation_2d.Simulation2DNodal](https://docs.simpeg.xyz/content/api/generated/SimPEG.electromagnetics.static.resistivity.Simulation2DNodal.html#SimPEG.electromagnetics.static.resistivity.Simulation2DNodal). \n",
"\n",
""
]
diff --git a/notebooks/01-forward-dc-resistivity-2d.ipynb b/notebooks/01-forward-dc-resistivity-2d.ipynb
index 38af5d6..f775e82 100644
--- a/notebooks/01-forward-dc-resistivity-2d.ipynb
+++ b/notebooks/01-forward-dc-resistivity-2d.ipynb
@@ -845,7 +845,7 @@
"\n",
"\n",
"\n",
- "In SimPEG, the governing physics, problem geometry and input parameters for the forward simulation are defined within simulation classes. Here we generate an instance of [Simulation2DNodel](https://docs.simpeg.xyz/content/api/generated/SimPEG.electromagnetics.static.resistivity.Simulation2DNodal.html#SimPEG.electromagnetics.static.resistivity.Simulation2DNodal) to define the forward simulation for DC resistivity. Prior to simulating data for a given physical property model, the simulation object must be associated with a:\n",
+ "In SimPEG, the governing physics, problem geometry and input parameters for the forward simulation are defined within simulation classes. Here we generate an instance of [Simulation2DNodal](https://docs.simpeg.xyz/content/api/generated/SimPEG.electromagnetics.static.resistivity.Simulation2DNodal.html#SimPEG.electromagnetics.static.resistivity.Simulation2DNodal) to define the forward simulation for DC resistivity. Prior to simulating data for a given physical property model, the simulation object must be associated with a:\n",
"\n",
"- survey\n",
"- mesh\n",