fixed typos

This commit is contained in:
Gani Georgiev
2026-06-03 16:14:28 +03:00
parent b36b8e35af
commit 5631d9b1c2
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ func (app *BaseApp) registerMFAHooks() {
err = e.App.DeleteAllMFAsByRecord(e.Record)
if err != nil {
return fmt.Errorf(
"[%s] failed to delete all previos MFAs for record %q: %w",
"[%s] failed to delete all previous MFAs for record %q: %w",
e.Record.Collection().Name,
e.Record.Id,
err,