Skip to content

Commit

Permalink
docs: change @param wrapper -> @param maybeWrapper for Sern.init (
Browse files Browse the repository at this point in the history
#360)

change `@param wrapper` -> `@param maybeWrapper` for typedoc fix
  • Loading branch information
DuroCodes authored May 15, 2024
1 parent 91b3768 commit 04c4625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sern.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { Client } from 'discord.js';

/**
* @since 1.0.0
* @param wrapper Options to pass into sern.
* @param maybeWrapper Options to pass into sern.
* Function to start the handler up
* @example
* ```ts title="src/index.ts"
Expand Down

0 comments on commit 04c4625

Please sign in to comment.