Skip to content

Commit 105d18f

Browse files
authored
Fix typo Unathorized
1 parent 41d9bac commit 105d18f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interceptors/Security.cfc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -754,9 +754,9 @@ component accessors="true" extends="coldbox.system.Interceptor" {
754754
case "block": {
755755
arguments.event
756756
.renderData(
757-
data = "<h1>Unathorized</h1>",
757+
data = "<h1>Unauthorized</h1>",
758758
statusCode = "401",
759-
statusText = "Unathorized"
759+
statusText = "Unauthorized"
760760
)
761761
.noExecution();
762762
break;

0 commit comments

Comments
 (0)