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

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