diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-04-26 13:57:02 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-04-26 13:57:09 +0200 |
commit | e1075e9c7ce41705a0a8df8b8d89819aaf7e47d6 (patch) | |
tree | 49ee796b242bc3abc7909de3816ec0c8e00c41a9 /platform/ios | |
parent | 8f7b09916d6560f2dfe0cd47d604884b10748113 (diff) | |
download | redot-engine-e1075e9c7ce41705a0a8df8b8d89819aaf7e47d6.tar.gz |
Fix various typos with codespell
Also includes the grammar fix from #76206.
Co-authored-by: Peter Anderson <BWPanda@users.noreply.github.com>
Diffstat (limited to 'platform/ios')
-rw-r--r-- | platform/ios/doc_classes/EditorExportPlatformIOS.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/doc_classes/EditorExportPlatformIOS.xml b/platform/ios/doc_classes/EditorExportPlatformIOS.xml index 249ee4323c..ef2b0a256d 100644 --- a/platform/ios/doc_classes/EditorExportPlatformIOS.xml +++ b/platform/ios/doc_classes/EditorExportPlatformIOS.xml @@ -10,7 +10,7 @@ </tutorials> <members> <member name="application/app_store_team_id" type="String" setter="" getter=""> - Apple Team ID, unique 10-character string. To locate your Team ID check "Membership details" section in your Apple developer account dashboard, or "Organisational Unit" of your code signing certificate. See [url=https://developer.apple.com/help/account/manage-your-team/locate-your-team-id]Locate your Team ID[/url]. + Apple Team ID, unique 10-character string. To locate your Team ID check "Membership details" section in your Apple developer account dashboard, or "Organizational Unit" of your code signing certificate. See [url=https://developer.apple.com/help/account/manage-your-team/locate-your-team-id]Locate your Team ID[/url]. </member> <member name="application/bundle_identifier" type="String" setter="" getter=""> Unique application identifier in a reverse-DNS format, can only contain alphanumeric characters ([code]A-Z[/code], [code]a-z[/code], and [code]0-9[/code]), hyphens ([code]-[/code]), and periods ([code].[/code]). |