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/apidocs/method.example.ts | |
| parent | b16dd9a2ef1373478e51b14b019843394c6db85d (diff) | |
| download | faker-2f82f49dc7897ee09263d005774e6ad696648989.tar.xz faker-2f82f49dc7897ee09263d005774e6ad696648989.zip | |
chore: fix typo in test (#3591)
Diffstat (limited to 'test/scripts/apidocs/method.example.ts')
| -rw-r--r-- | test/scripts/apidocs/method.example.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |
