Skip to content

Commit ce10199

Browse files
typo
1 parent 87f26d9 commit ce10199

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Create Integration Project
3333
run: npx create-react-app integration --template typescript
3434

35-
- name: Use Package In Integration Project
35+
- name: Use Package in Integration Project
3636
run: |
3737
cd integration
3838
npx yalc add fetch-loading
@@ -80,7 +80,7 @@ jobs:
8080
})()
8181
EOF
8282
83-
- name: Test For FetchLoading Component
83+
- name: Test for FetchLoading Component
8484
run: |
8585
cd integration
8686
npm start &

0 commit comments

Comments
 (0)