jmuehlner commented on code in PR #264: URL: https://github.com/apache/guacamole-manual/pull/264#discussion_r1809227620
########## src/configuring-guacamole.md: ########## @@ -2755,6 +2755,21 @@ supported: `UPPER` : Convert the entire value of the token to upper-case. +`OPTIONAL` +: Typically when tokens are specified as part of a conneciton parameter, + if the token is undefined, the literal value of the token will be placed + in the connection parameter. This modifier marks a token as "optional", + which means that an undefined token will not be added as a literal and + will simply be skipped as if the toekn is not entered. Review Comment: Typo: "toekn" -- 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: dev-unsubscr...@guacamole.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org