"vscode:/vscode.git/clone" did not exist on "6e59b308410abe273c0a1d0474c6149b37c8b15e"
Unverified Commit 683cbc4c authored by Kendall's avatar Kendall Committed by GitHub
Browse files

fixed spelling error in testing.mdx (#20220)

parent 6ed6ed29
......@@ -178,7 +178,7 @@ pytest -k "test and ada" tests/test_optimization.py
```
### Run documentation tests
In order to test whether the documentation examples are correct, you should checkt that the `doctests` are passing.
In order to test whether the documentation examples are correct, you should check that the `doctests` are passing.
As an example, let's use [`WhisperModel.forward`'s docstring](https://github.com/huggingface/transformers/blob/main/src/transformers/models/whisper/modeling_whisper.py#L1017-L1035):
```python
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment