Skip to content

Commit

Permalink
Update devcontainer.json to fix spelling of forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
rclanan authored May 28, 2024
1 parent 22ebc72 commit 4129215
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
// More info: https://containers.dev/implementors/json_reference/#port-attributes
"portsAttributes": {
"5197": {
"label": "Service http port forwading"
"label": "Service http port forwarding"
},
"7252": {
"label": "Service https port forwading"
"label": "Service https port forwarding"
},
"3002": {
"label": "Client port forwading"
"label": "Client port forwarding"
}
}
// "remoteUser": "root"
}
}

0 comments on commit 4129215

Please sign in to comment.