diff --git a/.github/workflows/crowdin-i18n-curriculum-download.yml b/.github/workflows/crowdin-i18n-curriculum-download.yml index c868a6a6ae..6deedf4dfe 100644 --- a/.github/workflows/crowdin-i18n-curriculum-download.yml +++ b/.github/workflows/crowdin-i18n-curriculum-download.yml @@ -90,7 +90,7 @@ jobs: run: | cd ./crowdin npm ci - + # Generate PR - all languages should go ABOVE this. # - name: Create PR uses: ./tools/crowdin/actions/pr-creator @@ -99,7 +99,7 @@ jobs: branch: 'i18n-sync-curriculum' owner-repo: 'freeCodeCamp/freeCodeCamp' base: 'main' - title: 'chore(i18n,curiculum): processed translations' + title: 'chore(i18n,curriculum): processed translations' body: 'This PR was opened auto-magically by Crowdin.' labels: 'crowdin-sync' reviewers: 'RandellDawson, nhcarrigan' diff --git a/docs/devops.md b/docs/devops.md index 6c05215bac..5192f221c6 100644 --- a/docs/devops.md +++ b/docs/devops.md @@ -821,7 +821,7 @@ deployed on each instance like so: Are you sure you want to continue? [y/N] y ``` - Select yes (y) to remove everything that is not in use. + Select yes (y) to remove everything that is not in use. This will remove all stopped containers, all networks and volumes not used by at least one container, and all dangling images and build caches. ## Updating Node.js versions on VMs