Skip to content

Commit 32bdc5d

Browse files
authored
chore: typo [skip ci]
1 parent 176d590 commit 32bdc5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/maintenance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Depending on the type of the PR, different considerations need to be taken into
4040
#### Verifying a Fix
4141

4242
- **Always locally verify that the fix indeed fixes the original behavior, either through a reproduction or a failing test case.**
43-
- We will run [ecosystem-ci](https://github.com/vuejs/ecosystem-ci) before every release, but if you are concerned about the potential impact of a change, it never hurts to manually run ecosystem-ci` by leaving a `/ecosystem-ci run` comment (only works for team members).
43+
- We will run [ecosystem-ci](https://github.com/vuejs/ecosystem-ci) before every release, but if you are concerned about the potential impact of a change, it never hurts to manually run ecosystem-ci by leaving a `/ecosystem-ci run` comment (only works for team members).
4444
- Take extra caution with snapshot tests! The CI can be "passing" even if the code generated in the snapshot contains bugs. It's best to always accompany a snapshot test with extra `expect(code).toMatch(...)` assertions.
4545

4646
### Reviewing a Refactor

0 commit comments

Comments
 (0)