From 60d27e4662375a02de3d6d03ea27921873a6380c Mon Sep 17 00:00:00 2001 From: Niel-77 <67886596+Niel-77@users.noreply.github.com> Date: Thu, 29 Aug 2024 15:14:00 +0545 Subject: [PATCH] Update plasticity.jl Spelling error correction --- docs/src/literate-tutorials/plasticity.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/literate-tutorials/plasticity.jl b/docs/src/literate-tutorials/plasticity.jl index b8240f32df..0971fa2b3c 100644 --- a/docs/src/literate-tutorials/plasticity.jl +++ b/docs/src/literate-tutorials/plasticity.jl @@ -24,7 +24,7 @@ # # To illustrate the use of the plasticity model, we setup and solve a FE-problem # consisting of a cantilever beam loaded at its free end. But first, we shortly -# describe the parts of the implementation deadling with the material modeling. +# describe the parts of the implementation dealing with the material modeling. # ## Material modeling # This section describes the `struct`s and methods used to implement the material