From 5b572a5c5c19e9263a377a51fa5717a0fa500676 Mon Sep 17 00:00:00 2001 From: nicolas lopes <57234795+NicolasLopes7@users.noreply.github.com> Date: Thu, 5 Sep 2024 13:23:09 -0300 Subject: [PATCH] Update totp.go Co-authored-by: Laura Beatris <48022589+LauraBeatris@users.noreply.github.com> --- totp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/totp.go b/totp.go index a2c2cc5..e545c69 100644 --- a/totp.go +++ b/totp.go @@ -1,6 +1,6 @@ package clerk -// TOTP describes a TOTP (Time-based One-Time Password) for a user. +// Describes a Time-based One-time Password (TOTP) for a user. type TOTP struct { APIResource Object string `json:"object"`