Skip to content

Commit b33a81c

Browse files
authored
Apply suggestions from PR review
Acrolinx fix.
1 parent f2ba5e5 commit b33a81c

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
@@ -205,7 +205,7 @@ The following table shows the Paketo Buildpack equivalents to the buildpacks use
205205
| `tanzu-buildpacks/python` | [paketo-buildpacks/python](https://github.com/paketo-buildpacks/python) |
206206
| `tanzu-buildpacks/web-servers` | [paketo-buildpacks/web-servers](https://github.com/paketo-buildpacks/web-servers) |
207207

208-
To replace the builder in the Enterprise plan, you need to create a TOML file for your own builder. The following TOML file is an example that you can be customize. With this TOML file, you can create a similar builder on your local machine. Adjust the TOML file based on your app's requirements.
208+
To replace the builder in the Enterprise plan, you need to create a TOML file for your own builder. The following TOML file is an example that you can customize. With this TOML file, you can create a similar builder on your local machine. Adjust the TOML file based on your app's requirements.
209209

210210
```toml
211211
# filename: enterprise-builder.toml

0 commit comments

Comments
 (0)