From 32b8cca147004769b8186cb313a56eabac2e745f Mon Sep 17 00:00:00 2001 From: Jah-yee <166608075+Jah-yee@users.noreply.github.com> Date: Fri, 7 Aug 2026 16:24:08 +0800 Subject: [PATCH] fix: correct 'descriptiono' to 'description' typo in concept/README.md Signed-off-by: Jah-yee <166608075+Jah-yee@users.noreply.github.com> --- concept/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concept/README.md b/concept/README.md index acc1057..e481451 100644 --- a/concept/README.md +++ b/concept/README.md @@ -45,7 +45,7 @@ DPDS is available [here](https://dpds.opendatamesh.org/specifications/dpds/1.0.0 ### DPDS General Info -General info can be used to provide a high level descriptiono of the data product. Common properties of this configuration block are: +General info can be used to provide a high level description of the data product. Common properties of this configuration block are: - `fullyQualifiedName` (**string:fqn**): This is the unique universal identifier of the data product. It MUST be a URN of the form `urn:dpds:{mesh-namespace}:dataproducts:{product-name}:{product-major-version}`. It's RECOMMENDED to use as `mesh-namespace` your company's domain name in reverse dot notation (ex. `com.company-xyz`) in order to ensure that the `fullyQualifiedName` is a unique universal idetifier as REQUIRED. - `version` (**string:version**): this is the semantic version number of the data product (not to be confused with the `dataProductDescriptor` version above).