Skip to content

Commit fe833da

Browse files
committed
fixed: description
1 parent 1853b47 commit fe833da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

authorization-www-basic/controllers/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function authorization() {
99

1010
if (auth.empty) {
1111
self.baa('This is secured area');
12-
// self.baa() sends the response automatically.
12+
// It sends the response automatically.
1313
return;
1414
}
1515

0 commit comments

Comments
 (0)