diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index da6d252b..2c2f257b 100644 --- a/.github/workflows/SpellCheck.yml +++ b/.github/workflows/SpellCheck.yml @@ -10,4 +10,4 @@ jobs: - name: Checkout Actions Repository uses: actions/checkout@v5 - name: Check spelling - uses: crate-ci/typos@v1.35.8 + uses: crate-ci/typos@v1.37.1 diff --git a/docs/src/literate_tutorials/phasefield_fracture.jl b/docs/src/literate_tutorials/phasefield_fracture.jl index 56d4a291..610afad7 100644 --- a/docs/src/literate_tutorials/phasefield_fracture.jl +++ b/docs/src/literate_tutorials/phasefield_fracture.jl @@ -2,7 +2,7 @@ # Phase-field fracture This tutorial demonstrates how the phase-field fracture problem can be solved using FerriteAssembly with staggered iterations. -Specfiically, the ability to couple two simulations on the same grid, but +Specifically, the ability to couple two simulations on the same grid, but with different dofhandlers, state variables, etc. This is useful for staggered schemes, but can also be used for cases with different number of time steps in the two cases.