diff --git a/website/docs/usage/saving-loading.jade b/website/docs/usage/saving-loading.jade index a3edfce50..c4eb08f04 100644 --- a/website/docs/usage/saving-loading.jade +++ b/website/docs/usage/saving-loading.jade @@ -61,7 +61,7 @@ p | #[+a(gh("spacy-dev-resouces", "templates/model")) spaCy dev resources]. | If you're creating the package manually, keep in mind that the directories | need to be named according to the naming conventions of - | #[code [language]_[type]] and #[code [language]_[type]-[version]]. The + | #[code [language]_[name]] and #[code [language]_[name]-[version]]. The | #[code lang] setting in the meta.json is also used to create the | respective #[code Language] class in spaCy, which will later be returned | by the model's #[code load()] method.