Fix documentation of TaxonomyConfig fields

It doesn’t have a field named slug.

It does have a field named lang.
This commit is contained in:
Chris Morgan 2020-04-03 17:03:32 +05:30
parent 896c30d892
commit cc64803553

View file

@ -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;
```