Update multi-app-template.md (#3943)

Fix some mistakes in the doc and try to make it better and more clear

Signed-off-by: Farshad Davoudi <f.davoudi.r@outlook.com>
This commit is contained in:
Farshad Davoudi 2024-01-05 20:18:00 +03:30 committed by GitHub
parent 6bcddf95a6
commit 08939fc627
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -162,9 +162,9 @@ apps:
The following rules apply for all the paths present in the template file:
- If the path is absolute, it is used as is.
- All relative paths under command section should be provided relative to the template file path.
- All relative paths under common section should be provided relative to the template file path.
- `appDirPath` under apps section should be provided relative to the template file path.
- All relative paths under app section should be provided relative to the `appDirPath`.
- All other relative paths under apps section should be provided relative to the `appDirPath`.
{{% /codetab %}}