diff --git a/docs/content/documentation/templates/taxonomies.md b/docs/content/documentation/templates/taxonomies.md index 923f0e28..24f2261b 100644 --- a/docs/content/documentation/templates/taxonomies.md +++ b/docs/content/documentation/templates/taxonomies.md @@ -21,10 +21,10 @@ and `TaxonomyConfig` has the following fields: ```ts name: String, -slug: String, paginate_by: Number?; paginate_path: String?; rss: Bool; +lang: String; ```