diff --git a/Docs/ProjectSpec.md b/Docs/ProjectSpec.md index 6efd01f5..6800f4f2 100644 --- a/Docs/ProjectSpec.md +++ b/Docs/ProjectSpec.md @@ -274,7 +274,7 @@ This will provide default build settings for a certain platform. It can be any o **Multi Platform targets** You can also specify an array of platforms. This will generate a target for each platform. -If `deploymenTarget` is specified for a multi platform target, it can have different values per platform similar to how it's defined in [Options](#options). See below for an example. +If `deploymentTarget` is specified for a multi platform target, it can have different values per platform similar to how it's defined in [Options](#options). See below for an example. If you reference the string `${platform}` anywhere within the target spec, that will be replaced with the platform. The generated targets by default will have a suffix of `_${platform}` applied, you can change this by specifying a `platformSuffix` or `platformPrefix`.