Merge pull request #16300 from carrelld/patch-1

Update index.md
This commit is contained in:
Usha Mandya 2022-12-08 11:26:12 +00:00 committed by GitHub
commit b34f6c9746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2225,7 +2225,7 @@ volumes:
name: actual-name-of-volume
```
This make it possible to make this lookup name a parameter of a Compose file, so that the model ID for volume is
This makes it possible to make this lookup name a parameter of a Compose file, so that the model ID for volume is
hard-coded but the actual volume ID on platform is set at runtime during deployment:
```yml