From 2b1fa118ce7560b7cb8993683cf1cea2aca50994 Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Fri, 6 Dec 2024 16:49:27 -0500 Subject: [PATCH] Fix typo --- content/en/hosting-and-deployment/hosting-on-github/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/hosting-and-deployment/hosting-on-github/index.md b/content/en/hosting-and-deployment/hosting-on-github/index.md index 62582b65de..45adeda1fa 100644 --- a/content/en/hosting-and-deployment/hosting-on-github/index.md +++ b/content/en/hosting-and-deployment/hosting-on-github/index.md @@ -55,7 +55,7 @@ Step 4 {style="max-width: 280px"} Step 5 -: Create a file named `hugo.yaml` in a directory named `.github/worflows`. +: Create a file named `hugo.yaml` in a directory named `.github/workflows`. ```text mkdir -p .github/workflows