Update gettingstarted.md - grammar/typo (#16243)

This commit is contained in:
Muffexx 2022-11-29 09:53:43 +01:00 committed by GitHub
parent 53283a8a70
commit ff1accf0b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ title: Try Docker Compose
This tutorial is designed to introduce the key concepts of Docker Compose whilst building a simple Python web application. The application uses the Flask framework and maintains a hit counter in This tutorial is designed to introduce the key concepts of Docker Compose whilst building a simple Python web application. The application uses the Flask framework and maintains a hit counter in
Redis. Redis.
The concepts demonstrated here should be understandable even if you're not familiar Python. The concepts demonstrated here should be understandable even if you're not familiar with Python.
## Prerequisites ## Prerequisites