Skip to content

Commit

Permalink
fixed typo in typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
guyroyse committed Jul 11, 2022
1 parent 96010ff commit f2d3aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/repository/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export abstract class Repository<TEntity extends Entity> {
* Set the time to live of the {@link Entity}. If the {@link Entity} is not
* found, does nothing.
* @param id The ID of the {@link Entity} to set and expiration for.
* @param ttlInSeconds THe time to live in seconds.
* @param ttlInSeconds The time to live in seconds.
*/
async expire(id: string, ttlInSeconds: number) {
const key = this.makeKey(id);
Expand Down

0 comments on commit f2d3aed

Please sign in to comment.