From f9eb456f53c09154458ab8f36d4821ab4e5695bd Mon Sep 17 00:00:00 2001 From: Jordan <51371930+jordyarms@users.noreply.github.com> Date: Thu, 11 Dec 2025 14:20:47 -0500 Subject: [PATCH] Fix typo in README.md for DPDS General Info Corrected a typo in the description of the data product. Signed-off-by: Jordan <51371930+jordyarms@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 536f2bb..c3740ca 100644 --- a/concept/README.md +++ b/concept/README.md @@ -45,7 +45,7 @@ DPDS is available [here](https://dpds.opendatamesh.org/resources/specifications/ ### 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).