Browse Source

Fixed typo

Björn Ritzl 1 year ago
parent
commit
26b19d6454
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/en/manuals/extensions-manifest-merge-tool.md

+ 1 - 1
docs/en/manuals/extensions-manifest-merge-tool.md

@@ -6,7 +6,7 @@ brief: This manual describes how the merging of application manifests work
 # Application manifests
 # Application manifests
 
 
 For some platforms we support extensions supplying snippets (or stubs) of application manifests.
 For some platforms we support extensions supplying snippets (or stubs) of application manifests.
-It can me part of an `AndroidManifest.xml`, `Info.plist` or `engine_template.html`
+It can be part of an `AndroidManifest.xml`, `Info.plist` or `engine_template.html`
 
 
 Each extension manifest stub will be applied one after another, starting with the application base manifest.
 Each extension manifest stub will be applied one after another, starting with the application base manifest.
 The base manifest is either the default one (in `builtins\manifests\<platforms>\...`), or a custom one supplied by the user.
 The base manifest is either the default one (in `builtins\manifests\<platforms>\...`), or a custom one supplied by the user.