mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
fix typo in CONTRIBUTING.md
This commit is contained in:
parent
b2ff5e401b
commit
1803db979f
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ healthy.
|
|||
You generally don't need to implement this on a first pass and can just use:
|
||||
|
||||
```python
|
||||
health_check = lang_base.basic_healthy_check
|
||||
health_check = lang_base.basic_health_check
|
||||
```
|
||||
|
||||
`python` is currently the only language which implements this api, for python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue