docs(typos): correct spelling mistakes (#35043)

Co-authored-by: ganesh <dev.ganeshbabu.in@gmail.com>
This commit is contained in:
Ganesh-Babu-GB
2025-09-08 23:42:55 +05:30
committed by GitHub
parent 1c2b9db4f0
commit da7f6efea8
6 changed files with 10 additions and 10 deletions

View File

@@ -282,5 +282,5 @@ address.
When running `docker compose up`, docker will build what is required behind the scene, but
may use the docker cache if assets already exist. Running `docker compose build` prior to
`docker compose up` or the equivalent shortcut `docker compose up --build` ensures that your
docker images matche the definition in the repository. This should only apply to the main
docker images match the definition in the repository. This should only apply to the main
docker-compose.yml file (default) and not to the alternative methods defined above.