QUAL Improve spelling in documentation strings/text (#26611)

This commit is contained in:
MDW
2023-11-16 15:33:55 +01:00
committed by GitHub
parent 631a5ea066
commit e47811a710
10 changed files with 44 additions and 44 deletions

View File

@@ -235,7 +235,7 @@ jobs:
sudo cat /etc/apache2/sites-enabled/000-default.conf
sudo service apache2 restart
curl -I localhost
- name: Chech Apache availability
- name: Check Apache availability
run: |
echo "Checking webserver availability by a wget -O - --debug http://127.0.0.1"
# Ensure we stop on error with set -e