Skip to content

Commit ba99967

Browse files
committed
Fix typo
Node.JS -> Node.js
1 parent 20848c5 commit ba99967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/deploy-container-github-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Define secrets to use with the Docker Login action. The example in this document
182182

183183
## Build the Container image
184184

185-
The following example show part of the workflow that builds a Node.JS Docker image. Use [Docker Login](https://github.com/azure/docker-login) to log into a private container registry. This example uses Azure Container Registry but the same action works for other registries.
185+
The following example show part of the workflow that builds a Node.js Docker image. Use [Docker Login](https://github.com/azure/docker-login) to log into a private container registry. This example uses Azure Container Registry but the same action works for other registries.
186186

187187

188188
```yaml

0 commit comments

Comments
 (0)