From 9f77a0e83e3cc797675424d630264fc13947c493 Mon Sep 17 00:00:00 2001 From: Peter Desmet Date: Thu, 29 Aug 2024 09:47:08 +0200 Subject: [PATCH] Fix typo --- content/docs/overview/changelog.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/overview/changelog.md b/content/docs/overview/changelog.md index 1a2aafc3..df695ce0 100644 --- a/content/docs/overview/changelog.md +++ b/content/docs/overview/changelog.md @@ -16,7 +16,7 @@ This document includes all meaningful changes made to the **Data Package standar ##### Tabular Data Package (removed) -The [Tabular Data Package](https://specs.frictionlessdata.io/tabular-data-package/) (`$package.profile: "tabular-data-package"`) is removed. It did not add any benefits over defining `$resource.profile: "tabular-data-resource"` for its resources, which is more modular ([#52](https://github.com/frictionlessdata/datapackage-v2-draft/pull/52)). +The [Tabular Data Package](https://specs.frictionlessdata.io/tabular-data-package/) (`package.profile: "tabular-data-package"`) is removed. It did not add any benefits over defining `resource.profile: "tabular-data-resource"` for its resources, which is more modular ([#52](https://github.com/frictionlessdata/datapackage-v2-draft/pull/52)). ##### `resource.$schema` (new) @@ -30,9 +30,9 @@ The [Tabular Data Package](https://specs.frictionlessdata.io/tabular-data-packag [`type`](/standard/data-resource/#type) allows to specify the resource type ([#51](https://github.com/frictionlessdata/datapackage-v2-draft/pull/51)). `resource.type: "table"` replaces `resource.profile: "tabular-data-resource"`. -##### `dialect.$schema` (new) +##### `dialect.schema` (new) -[`$schema`](/standard/table-dialect/#dollar-schema) allows extension and versioning ([#42](https://github.com/frictionlessdata/datapackage-v2-draft/pull/42)). +[`schema`](/standard/table-dialect/#dollar-schema) allows extension and versioning ([#42](https://github.com/frictionlessdata/datapackage-v2-draft/pull/42)). ##### `dialect.table` (new)