Skip to content

Commit

Permalink
Bump crate-ci/typos from 1.19.0 to 1.21.0 (#53)
Browse files Browse the repository at this point in the history
* Bump crate-ci/typos from 1.19.0 to 1.21.0

Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.19.0 to 1.21.0.
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@v1.19.0...v1.21.0)

---
updated-dependencies:
- dependency-name: crate-ci/typos
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix typo

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Winters <andrew.ross.winters@liu.se>
  • Loading branch information
dependabot[bot] and andrewwinters5000 authored May 2, 2024
1 parent de118f1 commit 5d194ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/SpellCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@v1.19.0
uses: crate-ci/typos@v1.21.0
2 changes: 1 addition & 1 deletion examples/interactive_from_control_file.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Interactive mesh from a HOHQMesh control file
#
# Reads in the `AllFeatures.control` file, creates a `HQMTool` project,
# and generates a mesh file. More details abuot the outer / inner boundary
# and generates a mesh file. More details about the outer / inner boundary
# curves, refinement regions, etc. of HOHQMesh can be found in its documentation
# https://trixi-framework.github.io/HOHQMesh/
#
Expand Down

0 comments on commit 5d194ac

Please sign in to comment.