From dd85f60b1fb0094d152be7a2622f03b0518e7bf7 Mon Sep 17 00:00:00 2001 From: Itsfos0 Date: Tue, 18 Nov 2025 09:29:06 +0300 Subject: [PATCH] fix: spelling issue Summary: Fix a word spelt as appliction to application. This change doesn't break anything. --- labs/logging/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```