Fix a command typo in models.md

"dowmload" -> "download"
This commit is contained in:
Cass 2021-07-05 18:44:18 -07:00 committed by GitHub
parent 8423864b50
commit 7d13fc799b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ the package name or a path to the data directory:
>
> ```diff
> - python -m spacy download en
> + python -m spacy dowmload en_core_web_sm
> + python -m spacy download en_core_web_sm
> ```
```python