Skip to content

Commit 1655677

Browse files
committed
Fix typo
NodeJS -> Node.js
1 parent aee3c78 commit 1655677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/spring-apps/migration/migrate-to-azure-container-apps-build-buildpacks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ You can inspect the builder by using the following command:
210210
pack builder inspect <builder-name>
211211
```
212212

213-
Now you have a builder similar to the default builder in Azure Spring Apps Enterprise plan. With this builder, you can use the following command to build your JAR file, WAR file, Java source code, .NET source code, Golang source code, NodeJS source code, or Python source code to a container image:
213+
Now you have a builder similar to the default builder in Azure Spring Apps Enterprise plan. With this builder, you can use the following command to build your JAR file, WAR file, Java source code, .NET source code, Golang source code, Node.js source code, or Python source code to a container image:
214214

215215
```bash
216216
pack build <image-name> \

0 commit comments

Comments
 (0)