0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-21 18:18:57 +01:00

chore(jsx-renderer): fix typo in JSDoc (#3378)

This commit is contained in:
Seiya Tagami 2024-09-04 16:14:06 +09:00 committed by GitHub
parent 350040470d
commit a1b477ccf7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
/**
* @module
* JSR Renderer Middleware for Hono.
* JSX Renderer Middleware for Hono.
*/
/* eslint-disable @typescript-eslint/no-explicit-any */