diff --git a/doc/classes/CodeEdit.xml b/doc/classes/CodeEdit.xml index ec0c2fbf06c3..13f39d4fae69 100644 --- a/doc/classes/CodeEdit.xml +++ b/doc/classes/CodeEdit.xml @@ -125,7 +125,7 @@ - Inserts the selected entry into the text. If [param replace] is true, any existing text is replaced rather then merged. + Inserts the selected entry into the text. If [param replace] is true, any existing text is replaced rather than merged. @@ -676,7 +676,7 @@ Max number of options to display in the code completion popup at any one time. - Max width of options in the code completion popup. Options longer then this will be cut off. + Max width of options in the code completion popup. Options longer than this will be cut off. Width of the scrollbar in the code completion popup. diff --git a/doc/classes/TLSOptions.xml b/doc/classes/TLSOptions.xml index 125c730e27f7..aed100ec0773 100644 --- a/doc/classes/TLSOptions.xml +++ b/doc/classes/TLSOptions.xml @@ -28,7 +28,7 @@ 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. + 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 than the server FQDN. [b]Note:[/b] On the Web platform, TLS verification is always enforced against the CA list of the web browser. This is considered a security feature. diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index 1898b02166bd..4148c4eb093a 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -1169,7 +1169,7 @@ Allow scrolling past the last line into "virtual" space. - Scroll smoothly over the text rather then jumping to the next location. + Scroll smoothly over the text rather than jumping to the next location. Sets the scroll speed with the minimap or when [member scroll_smooth] is enabled. diff --git a/doc/classes/XRPositionalTracker.xml b/doc/classes/XRPositionalTracker.xml index d43daa3028ce..bd2432af50c0 100644 --- a/doc/classes/XRPositionalTracker.xml +++ b/doc/classes/XRPositionalTracker.xml @@ -37,7 +37,7 @@ - Marks this pose as invalid, we don't clear the last reported state but it allows users to decide if trackers need to be hidden if we loose tracking or just remain at their last known position. + Marks this pose as invalid, we don't clear the last reported state but it allows users to decide if trackers need to be hidden if we lose tracking or just remain at their last known position.