From 2f82f49dc7897ee09263d005774e6ad696648989 Mon Sep 17 00:00:00 2001 From: Noritaka Kobayashi Date: Sun, 17 Aug 2025 21:19:47 +0900 Subject: chore: fix typo in test (#3591) --- test/scripts/apidocs/__snapshots__/method.spec.ts.snap | 2 +- test/scripts/apidocs/method.example.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/scripts/apidocs/__snapshots__/method.spec.ts.snap b/test/scripts/apidocs/__snapshots__/method.spec.ts.snap index 35de1f34..472a427c 100644 --- a/test/scripts/apidocs/__snapshots__/method.spec.ts.snap +++ b/test/scripts/apidocs/__snapshots__/method.spec.ts.snap @@ -616,7 +616,7 @@ exports[`method > processMethodLike(methodWithMultipleRemarks) 1`] = ` "remarks": [ "First special text.", "Second special text.", - "Thrid special text.", + "Third special text.", ], "returns": { "text": "number", diff --git a/test/scripts/apidocs/method.example.ts b/test/scripts/apidocs/method.example.ts index 0012f4fa..0d7cbdec 100644 --- a/test/scripts/apidocs/method.example.ts +++ b/test/scripts/apidocs/method.example.ts @@ -463,7 +463,7 @@ export class SignatureTest { * * @remark First special text. * @remark Second special text. - * @remark Thrid special text. + * @remark Third special text. * * @since 1.0.0 */ -- cgit v1.2.3