Fix typos

This commit is contained in:
Ivan Shvedunov 2016-10-14 00:29:50 +03:00
parent 1995d0aa00
commit 90968e634f
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ Documentation for other releases can be found at
<!-- END MUNGE: UNVERSIONED_WARNING -->
## 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.