-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix a typo in the TLSOptions documentation #79048
Conversation
doc/classes/TLSOptions.xml
Outdated
@@ -29,15 +29,15 @@ | |||
<description> | |||
Creates a TLS client configuration which validates certificates and their common names (fully qualified domain names). | |||
You can specify a custom [param trusted_chain] of certification authorities (the default CA list will be used if [code]null[/code]), and optionally provide a [param common_name_override] if you expect the certificate to have a common name other then the server FQDN. | |||
Note: On the Web plafrom, TLS verification is always enforced against the CA list of the web browser. This is considered a security feature. | |||
Note: On the Web platform, TLS verification is always enforced against the CA list of the web browser. This is considered a security feature. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While at it, it would be good to fix the style of "Note:" to be consistent with the rest of the docs. It should be "[b]Note:[/b] On the Web platform, ...".
There's another occurrence of this typo which would be good to fix in this commit too:
|
After fixing the indentation changes, could you squash the commits? See PR workflow for instructions. |
30a9f37
to
500944d
Compare
500944d
to
b88b6b4
Compare
Thanks! And congrats for your first merged Godot contribution 🎉 |
Cherry-picked for 4.1.1. |
No description provided.