diff --git a/examples/javaweb-tomcat-sidecar/README.md b/examples/javaweb-tomcat-sidecar/README.md index 01d669906de..666af39f5d0 100644 --- a/examples/javaweb-tomcat-sidecar/README.md +++ b/examples/javaweb-tomcat-sidecar/README.md @@ -32,7 +32,7 @@ Documentation for other releases can be found at -## Java Web Application with Tomcat and Sidercar Container +## Java Web Application with Tomcat and Sidecar Container The following document describes the deployment of a Java Web application using Tomcat. Instead of packaging `war` file inside the Tomcat image or mount the `war` as a volume, we use a sidecar container as `war` file provider.