Skip to content

Commit 0715e34

Browse files
committed
chore(deps): update crate-ci/typos action to v1.29.7 (#9131)
1 parent 2fd1589 commit 0715e34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
runs-on: ubuntu-latest
150150
steps:
151151
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
152-
- uses: crate-ci/typos@11ca4583f2f3f74c7e7785c0ecb20fe2c99a4308 # v1.29.5
152+
- uses: crate-ci/typos@51f257b946f503b768e522781f56e9b7b5570d48 # v1.29.7
153153
with:
154154
files: .
155155

crates/oxc_semantic/src/jsdoc/parser/jsdoc_parts.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ impl<'a> JSDocCommentPart<'a> {
3030
//
3131
// And if the passed `Span` for miette diagnostics is multiline,
3232
// it will just render arrow markers which is not intuitive.
33-
// (It renders a nice undeline for single line span, but not for multiline)
33+
// (It renders a nice underline for single line span, but not for multiline)
3434
// ```
3535
// ╭─▶ * @kind1 COMMENT
3636
// │ * WILL BE ...

0 commit comments

Comments
 (0)