Missing word in api/cli doc

This commit is contained in:
Alan Chan 2020-03-15 03:11:17 +08:00
parent 36e3532475
commit 7c3a4ce933

View File

@ -109,9 +109,9 @@ links) and check whether they are compatible with the currently installed
version of spaCy. Should be run after upgrading spaCy via `pip install -U spacy` version of spaCy. Should be run after upgrading spaCy via `pip install -U spacy`
to ensure that all installed models are can be used with the new version. The to ensure that all installed models are can be used with the new version. The
command is also useful to detect out-of-sync model links resulting from links command is also useful to detect out-of-sync model links resulting from links
created in different virtual environments. It will a list of models, the created in different virtual environments. It will show a list of models and
installed versions, the latest compatible version (if out of date) and the their installed versions. If any model is out of date, the latest compatible
commands for updating. versions and command for updating are shown.
> #### Automated validation > #### Automated validation
> >