diff options
| author | Noritaka Kobayashi <[email protected]> | 2025-08-17 21:19:47 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-17 12:19:47 +0000 |
| commit | 2f82f49dc7897ee09263d005774e6ad696648989 (patch) | |
| tree | 92960cbe77198baa84cf4539ba7feae4aaa8928d /test/scripts | |
| parent | b16dd9a2ef1373478e51b14b019843394c6db85d (diff) | |
| download | faker-2f82f49dc7897ee09263d005774e6ad696648989.tar.xz faker-2f82f49dc7897ee09263d005774e6ad696648989.zip | |
chore: fix typo in test (#3591)
Diffstat (limited to 'test/scripts')
| -rw-r--r-- | test/scripts/apidocs/__snapshots__/method.spec.ts.snap | 2 | ||||
| -rw-r--r-- | test/scripts/apidocs/method.example.ts | 2 |
2 files changed, 2 insertions, 2 deletions
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 */ |
