From b730401109e7741afdd713e7eb380386f8fad190 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 23:09:41 +0000 Subject: [PATCH 1/2] Bump crate-ci/typos from 1.35.8 to 1.37.1 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.35.8 to 1.37.1. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.35.8...v1.37.1) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.37.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/SpellCheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From cf37b793ca0f374aeabf3fdc8032d1f30db82e37 Mon Sep 17 00:00:00 2001 From: Knut Andreas Meyer Date: Thu, 2 Oct 2025 09:16:39 +0200 Subject: [PATCH 2/2] Fix typo --- docs/src/literate_tutorials/phasefield_fracture.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.