diff --git a/website/usage/_v2/_migrating.jade b/website/usage/_v2/_migrating.jade index 5ed0fb13e..f313d1ce3 100644 --- a/website/usage/_v2/_migrating.jade +++ b/website/usage/_v2/_migrating.jade @@ -127,7 +127,7 @@ p | #[+api("pipe") #[code Pipe]], fully trainable and serializable, | and follow the same API. Instead of updating the model and telling | spaCy when to #[em stop], you can now explicitly call - | #[+api("language#begin_training") #[code begin_taining]], which + | #[+api("language#begin_training") #[code begin_training]], which | returns an optimizer you can pass into the | #[+api("language#update") #[code update]] function. While #[code update] | still accepts sequences of #[code Doc] and #[code GoldParse] objects,