diff --git a/content/guides/language/cpp/containerize.md b/content/guides/language/cpp/containerize.md index 7a8c7f1d136..a9fd3f38e11 100644 --- a/content/guides/language/cpp/containerize.md +++ b/content/guides/language/cpp/containerize.md @@ -34,7 +34,6 @@ directory. │ ├── LICENSE │ ├── ok_api.cpp │ └── README.md - ``` To learn more about the files in the repository, see the following: diff --git a/content/language/bun/_index.md b/content/language/bun/_index.md index 7708cf68546..8dc449248cc 100644 --- a/content/language/bun/_index.md +++ b/content/language/bun/_index.md @@ -17,7 +17,7 @@ The Bun getting started guide teaches you how to create a containerized Bun appl * Configure a CI/CD pipeline for a containerized Bun application using GitHub Actions * Deploy your containerized application locally to Kubernetes to test and debug your deployment -After completing the Bun getting started modules, you should be able to containerize your own C++ application based on the examples and instructions provided in this guide. +After completing the Bun getting started modules, you should be able to containerize your own Bun application based on the examples and instructions provided in this guide. Start by containerizing an existing Bun application.