Skip to content

Commit 4c7bcaa

Browse files
authored
Update .devcontainer/docker-compose.yaml
1 parent 8f27e23 commit 4c7bcaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929

3030
ports:
3131
- "5432:5432"
32-
# For local developemnt, we need to forward the database port here too.
32+
# For local development, we need to forward the database port here too.
3333
# Add "forwardPorts": ["5432"] to **devcontainer.json** to forward PostgreSQL locally.
3434
# (Adding the "ports" property to this file will not forward from a Codespace.)
3535

0 commit comments

Comments
 (0)