From 4d7afedcdc4925e09670c96dc0e94ce82e356f44 Mon Sep 17 00:00:00 2001 From: Matheos Mattsson <32064310+Matheos96@users.noreply.github.com> Date: Sat, 4 Oct 2025 22:35:10 +0300 Subject: [PATCH] Fix two typos in github-actions-manage-and-debug-workflows --- .../includes/github-actions-manage-and-debug-workflows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/learn-pr/github/github-actions-ci/includes/github-actions-manage-and-debug-workflows.md b/learn-pr/github/github-actions-ci/includes/github-actions-manage-and-debug-workflows.md index a9b5b4214fc..b313af247d4 100644 --- a/learn-pr/github/github-actions-ci/includes/github-actions-manage-and-debug-workflows.md +++ b/learn-pr/github/github-actions-ci/includes/github-actions-manage-and-debug-workflows.md @@ -185,9 +185,9 @@ The following table describes common workflow failure scenarios: | Symptom | Likely cause | |--------|--------------| -| A step fails and returns `command not found`l | Missing dependency or wrong setup | +| A step fails and returns `command not found`. | Missing dependency or wrong setup | | `npm install` fails. | Corrupt `package-lock.json` file or a network issue | -| A test step failsl | Unit test issues, missing configuration file, or invalid test syntax | +| A test step fails. | Unit test issues, missing configuration file, or invalid test syntax | | `Permission denied` appears. | Incorrect file permissions or missing secrets | ## Identify how to access workflow logs in GitHub