Skip to content

Commit

Permalink
chore: Fix typos in JSDoc (honojs#3002)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoPlyley authored Jun 21, 2024
1 parent 8ced5ca commit e5f91bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/helper/conninfo/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ export type NetAddrInfo = {
)

/**
* HTTP Connection infomation
* HTTP Connection information
*/
export interface ConnInfo {
/**
* Remote infomation
* Remote information
*/
remote: NetAddrInfo
}
Expand Down
4 changes: 2 additions & 2 deletions src/hono-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ class Hono<E extends Env = Env, S extends Schema = {}, BasePath extends string =
*
* @param {string} path - base Path
* @param {Hono} app - other Hono instance
* @returns {Hono} routed Hono instnace
* @returns {Hono} routed Hono instance
*
* @example
* ```ts
Expand Down Expand Up @@ -459,7 +459,7 @@ class Hono<E extends Env = Env, S extends Schema = {}, BasePath extends string =
*
* @see {@link https://hono.dev/api/hono#fetch}
*
* @param {Request} request - reuqest Object of request
* @param {Request} request - request Object of request
* @param {Env} Env - env Object
* @param {ExecutionContext} - context of execution
* @returns {Response | Promise<Response>} response of request
Expand Down

0 comments on commit e5f91bd

Please sign in to comment.