diff --git a/labs/logging/README.md b/labs/logging/README.md index dd6d1fa..e33fb73 100644 --- a/labs/logging/README.md +++ b/labs/logging/README.md @@ -13,7 +13,7 @@ What you log will depend on your application, but you should ensure you log to d You'll have control over your own application logs, and you'll also use third-party components which produce their own logs. -The Apache web server produces appliction logs and access logs, recording every page visit, with request and response details. +The Apache web server produces application logs and access logs, recording every page visit, with request and response details. Run Apache in a Docker container and show the logs: @@ -253,4 +253,4 @@ Cleanup by removing all containers: ``` docker rm -f $(docker ps -aq) -``` \ No newline at end of file +```