pjfanning commented on code in PR #1075: URL: https://github.com/apache/pekko-http/pull/1075#discussion_r3438926033
########## docs/src/main/paradox/routing-dsl/directives/security-directives/index.md: ########## @@ -30,7 +30,7 @@ other mechanism. After authentication the system believes that it knows who the **Authorization** is the process of determining, whether a given user is allowed access to a given resource or not. In most cases, in order to be able to authorize a user (i.e. allow access to some part of the system) the users identity must already have been established, i.e. he/she must have been authenticated. Without prior authentication the -authorization would have to be very crude, e.g. "allow access for *all* users" or "allow access for *noone*". Only after +authorization would have to be very crude, e.g. "allow access for *all* users" or "allow access for *no one*". Only after Review Comment: noone is correct as is -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
