We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f17ba commit 60e1735Copy full SHA for 60e1735
docs/creating-manifest/placeholders.md
@@ -1291,7 +1291,7 @@ To ensure ability to process user's quotas and collaboration the following `${qu
1291
- `${quota.data.environment.maxcloudletsperrec.quota.description}`
1292
- `${quota.data.environment.maxcloudletsperrec.quota.id}`
1293
- `${quota.data.environment.maxcloudletsperrec.type}`
1294
- - `${quota.data.environment.maxcloudletsperrec.value}
+ - `${quota.data.environment.maxcloudletsperrec.value}`
1295
- ...
1296
1297
Placeholders `${quota.(key)}` are initialized on demand, that is, only if they are used and only at the moment they are required.
0 commit comments