Skip to content
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

Merged
merged 1 commit into from
Jul 8, 2023

Conversation

sepTN
Copy link
Contributor

@sepTN sepTN commented Jul 5, 2023

No description provided.

@sepTN sepTN requested a review from a team as a code owner July 5, 2023 02:46
@YuriSizov YuriSizov changed the title Fixed typo on: doc/classes/TLSOptions.xml Fix a typo in the TLSOptions documentation Jul 5, 2023
@YuriSizov YuriSizov added this to the 4.2 milestone Jul 5, 2023
@@ -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.
Copy link
Member

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, ...".

@akien-mga
Copy link
Member

There's another occurrence of this typo which would be good to fix in this commit too:

platform/web/js/libs/library_godot_display.js
539:                    GodotRuntime.error('Setting OS clipboard is only possible from an input callback for the Web plafrom. Exception:', e);

@akien-mga
Copy link
Member

After fixing the indentation changes, could you squash the commits? See PR workflow for instructions.

@sepTN sepTN force-pushed the its-platform-not-plafrom branch 2 times, most recently from 30a9f37 to 500944d Compare July 8, 2023 06:29
@sepTN sepTN force-pushed the its-platform-not-plafrom branch from 500944d to b88b6b4 Compare July 8, 2023 06:36
@akien-mga akien-mga added the cherrypick:4.1 Considered for cherry-picking into a future 4.1.x release label Jul 8, 2023
@akien-mga akien-mga merged commit ce32fe9 into godotengine:master Jul 8, 2023
@akien-mga
Copy link
Member

akien-mga commented Jul 8, 2023

Thanks! And congrats for your first merged Godot contribution 🎉

@sepTN sepTN deleted the its-platform-not-plafrom branch July 8, 2023 20:29
@YuriSizov YuriSizov removed the cherrypick:4.1 Considered for cherry-picking into a future 4.1.x release label Jul 10, 2023
@YuriSizov
Copy link
Contributor

Cherry-picked for 4.1.1.

@sepTN sepTN restored the its-platform-not-plafrom branch August 11, 2023 17:06
@sepTN sepTN deleted the its-platform-not-plafrom branch August 11, 2023 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants