Fix typo in web docs cli.md (#3559)

This commit is contained in:
Bharat Raghunathan 2019-04-09 15:10:03 +05:30 committed by Ines Montani
parent 6ae3b5699e
commit 72820896d4

View File

@ -189,7 +189,7 @@ using the [`package`](/api/cli#package) command.
<Infobox title="Changed in v2.1" variant="warning">
As of spaCy 2.1, the `--no-tagger`, `--no-parser` and `--no-parser` flags have
As of spaCy 2.1, the `--no-tagger`, `--no-parser` and `--no-entities` flags have
been replaced by a `--pipeline` option, which lets you define comma-separated
names of pipeline components to train. For example, `--pipeline tagger,parser`
will only train the tagger and parser.