Skip to content

Commit b4f39c9

Browse files
committed
Fix typo in comments
1 parent a5cfacc commit b4f39c9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/continuous-deployment-workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
restore-keys: |
3636
${{ runner.os }}-shadow-cljs-
3737
# The git update-index command is required to ignore changes to package.json as
38-
# 1. package.json must be comitted to the repo for npm install --save... to behave correctly, which is used by
38+
# 1. package.json must be committed to the repo for npm install --save... to behave correctly, which is used by
3939
# lein-shadow to install dependencies that would cause the build to fail if missing; e.g. karma
40-
# 2. .gitignore does nothing for files that are already comitted
40+
# 2. .gitignore does nothing for files that are already committed
4141
# 3. git recognising package.json modifications would cause day8/lein-git-inject to always incorrectly use
4242
# -SNAPSHOT versions.
4343
- run: |
@@ -70,9 +70,9 @@ jobs:
7070
restore-keys: |
7171
${{ runner.os }}-maven-
7272
# The git update-index command is required to ignore changes to package.json as
73-
# 1. package.json must be comitted to the repo for npm install --save... to behave correctly, which is used by
73+
# 1. package.json must be committed to the repo for npm install --save... to behave correctly, which is used by
7474
# lein-shadow to install dependencies that would cause the build to fail if missing; e.g. karma
75-
# 2. .gitignore does nothing for files that are already comitted
75+
# 2. .gitignore does nothing for files that are already committed
7676
# 3. git recognising package.json modifications would cause day8/lein-git-inject to always incorrectly use
7777
# -SNAPSHOT versions.
7878
- name: Run lein release

.github/workflows/continuous-integration-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
restore-keys: |
3333
${{ runner.os }}-shadow-cljs-
3434
# The git update-index command is required to ignore changes to package.json as
35-
# 1. package.json must be comitted to the repo for npm install --save... to behave correctly, which is used by
35+
# 1. package.json must be committed to the repo for npm install --save... to behave correctly, which is used by
3636
# lein-shadow to install dependencies that would cause the build to fail if missing; e.g. karma
37-
# 2. .gitignore does nothing for files that are already comitted
37+
# 2. .gitignore does nothing for files that are already committed
3838
# 3. git recognising package.json modifications would cause day8/lein-git-inject to always incorrectly use
3939
# -SNAPSHOT versions.
4040
- run: |

0 commit comments

Comments
 (0)