Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aconstas authored Jun 13, 2024
1 parent 283973e commit 0a7cc05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- [**Testing**](#testing)
- [**Automated Accessibility Testing**](#automated-accessibility-testing)
- [Bypassing Pre-Commit Hooks](#bypassing-pre-commit-hooks)
- [**Running Accessibility Check Manually**](#running-accessibility-checks-manually)
- [**Running Accessibility Test Manually**](#running-accessibility-test-manually)
- [**Resources**](#resources)


Expand Down Expand Up @@ -186,7 +186,7 @@ We use [Husky](https://typicode.github.io/husky/) to enforce a pre-commit hook t
- #### Using ` -n ` after your Git command
Example: `git commit -m 'message' -n`

### Running Accessibility Checks Manually
### Running Accessibility Test Manually

In addition to the automated pre-commit accessibility check, you can run the Pa11y accessibility test manually at any time. This is useful if you want to monitor accessibility errors as you work.

Expand Down

0 comments on commit 0a7cc05

Please sign in to comment.