From c3c3234fae152cc34d7386e835ea9231e7c3841a Mon Sep 17 00:00:00 2001 From: Paul Rill <55083975+PaulRill00@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:39:19 +0200 Subject: [PATCH] fixed typo Co-authored-by: Koen van Staveren --- src/models/CouponCode.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/CouponCode.ts b/src/models/CouponCode.ts index 821f77f..a487ac3 100644 --- a/src/models/CouponCode.ts +++ b/src/models/CouponCode.ts @@ -38,7 +38,7 @@ export class CouponCode { } /** - * Refrsh the coupon code + * Refresh the coupon code * @throws { PrintOneError } If the coupon code could not be refreshed. */ public async refresh(): Promise {