Skip to content

Commit

Permalink
Merge pull request #20045 from wtigotw/patch-1
Browse files Browse the repository at this point in the history
Fix typo in development.md
  • Loading branch information
dvdksn committed May 15, 2024
2 parents 3949121 + 0c9522a commit c15afd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/language/nodejs/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down

0 comments on commit c15afd6

Please sign in to comment.