From 0eeec9a8bf5ff8a51b88cff3ec9c8de43e07b8bf Mon Sep 17 00:00:00 2001 From: Niel-77 <67886596+Niel-77@users.noreply.github.com> Date: Wed, 4 Sep 2024 16:53:17 +0545 Subject: [PATCH] Update tutorial.md (#126) Spelling change from "safe" to "save" --- docs/src/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/tutorial.md b/docs/src/tutorial.md index 98f1812..b695dc6 100644 --- a/docs/src/tutorial.md +++ b/docs/src/tutorial.md @@ -2,7 +2,7 @@ ## Solve a Boundary Value Problem -Start with solving a boundary value problem as you would usually do with Ferrite. It is crucial that you safe your used DofHandler +Start with solving a boundary value problem as you would usually do with Ferrite. It is crucial that you save your used DofHandler and solution vector because we need to pass those objects to `MakiePlotter`.