Merge pull request #2958 from fangfufu/typo-fix

fix typo in CONTRIBUTING.md
This commit is contained in:
Anthony Sottile 2023-08-14 18:01:42 -04:00 committed by GitHub
commit 23df082edc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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