fix typo in CONTRIBUTING.md

This commit is contained in:
Fufu Fang 2023-08-14 11:00:17 +01:00 committed by GitHub
parent b2ff5e401b
commit 1803db979f
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