Skip to content

Commit a0c186a

Browse files
anohter -> another
1 parent 15c3859 commit a0c186a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/baselines/reference/checkJsFiles_skipDiagnostics.symbols

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ x(
2424
// come comment
2525
// some other comment
2626

27-
// @anohter
27+
// @another
2828

2929
x();
3030
>x : Symbol(x, Decl(a.js, 0, 3))

tests/baselines/reference/checkJsFiles_skipDiagnostics.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ x(
3131
// come comment
3232
// some other comment
3333

34-
// @anohter
34+
// @another
3535

3636
x();
3737
>x() : any

tests/cases/compiler/checkJsFiles_skipDiagnostics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ x(
2323
// come comment
2424
// some other comment
2525

26-
// @anohter
26+
// @another
2727

2828
x();
2929

0 commit comments

Comments
 (0)