AWS AmazonCloudWatch documentation change
Summary
Fixed a typo in the LABEL maintainer line (replaced curly quote with straight quote) and minor capitalization change ('docker file' to 'Docker file').
Security assessment
The changes are purely cosmetic typo fixes without any security implications. No security vulnerabilities, configurations, or features were modified or documented.
Diff
diff --git a/AmazonCloudWatch/latest/monitoring/ContainerInsights-Prometheus-Setup-nginx-plus-ecs.md b/AmazonCloudWatch/latest/monitoring/ContainerInsights-Prometheus-Setup-nginx-plus-ecs.md index e412c99b9..31e76d4a5 100644 --- a//AmazonCloudWatch/latest/monitoring/ContainerInsights-Prometheus-Setup-nginx-plus-ecs.md +++ b//AmazonCloudWatch/latest/monitoring/ContainerInsights-Prometheus-Setup-nginx-plus-ecs.md @@ -37 +37 @@ In the directory that you just created, create the following two files: - * A sample Dockerfile with the following content. This docker file is adopted from a sample file provided at [https://docs.nginx.com/nginx/admin-guide/installing-nginx/installing-nginx-docker/#docker_plus_image](https://docs.nginx.com/nginx/admin-guide/installing-nginx/installing-nginx-docker/#docker_plus_image). The important change that we make is that we load a separate file, called `nginx.conf`, which will be created in the next step. + * A sample Dockerfile with the following content. This Docker file is adopted from a sample file provided at [https://docs.nginx.com/nginx/admin-guide/installing-nginx/installing-nginx-docker/#docker_plus_image](https://docs.nginx.com/nginx/admin-guide/installing-nginx/installing-nginx-docker/#docker_plus_image). The important change that we make is that we load a separate file, called `nginx.conf`, which will be created in the next step. @@ -41 +41 @@ In the directory that you just created, create the following two files: - LABEL maintainer="NGINX Docker Maintainers <[email protected]>“ + LABEL maintainer="NGINX Docker Maintainers <[email protected]>"