Fix typo in development.md

This commit is contained in:
wtigotw 2024-05-15 10:56:44 -06:00 committed by GitHub
parent 3949121cc8
commit 0c9522a506
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ In this section, you'll learn how to set up a development environment for your c
You can use containers to set up local services, like a database. In this section, you'll update the `compose.yaml` file to define a database service and a volume to persist data.
1. Open your `compose.yaml` file in an IDE or text editor.
2. Uncomment the database related instructions. The following is the udpated
2. Uncomment the database related instructions. The following is the updated
`compose.yaml` file.
> **Important**