From 5b180323ad01a2879ee267b647ae4ab1c3388480 Mon Sep 17 00:00:00 2001 From: Arkadiusz Galwas Date: Tue, 6 Aug 2024 12:47:03 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Grzegorz Karaluch --- hack/shoot-comparator/scripts/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hack/shoot-comparator/scripts/README.md b/hack/shoot-comparator/scripts/README.md index 4e254379..1232b561 100644 --- a/hack/shoot-comparator/scripts/README.md +++ b/hack/shoot-comparator/scripts/README.md @@ -99,11 +99,11 @@ kubectl describe po fetch-test-comparison-results -n kcp-system ## Comparing files starting from a specific date -If you want to compare filed older than a specific date, you can specify the date in the `./manifests/job.yaml` script. +If you want to compare files older than a specific date, you can specify the date in the `./manifests/job.yaml` script. -## Analysing comparison results +## Analyzing comparison results -If any differences were detected you can analyse the results by examining the content of the `result.txt` file stored in the output directory. The file will contain the details of the comparison, such as the names of the files that differ. +If any differences were detected you can analyze the results by examining the content of the `result.txt` file stored in the output directory. The file will contain the details of the comparison, such as the names of the files that differ. The following is an example of the `result.txt` file content: ```