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

chore: fix typo in JSDoc (#3364)

This commit is contained in:
Seiya Tagami 2024-09-03 15:42:11 +09:00 committed by GitHub
parent bdaaa7fef8
commit fa1954001c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,7 +74,7 @@ const createRenderer =
/**
* JSX Renderer Middleware for hono.
*
* @see {@link{https://hono.dev/docs/middleware/builtin/jsx-renderer}}
* @see {@link https://hono.dev/docs/middleware/builtin/jsx-renderer}
*
* @param {ComponentWithChildren} [component] - The component to render, which can accept children and props.
* @param {RendererOptions} [options] - The options for the JSX renderer middleware.