Fixed typos in TemplateFacet description

This commit is contained in:
Luca Frosini 2024-06-11 16:44:35 +02:00
parent 7a2be51e85
commit 037dcf23fb
2 changed files with 2 additions and 2 deletions

View File

@ -842,7 +842,7 @@ Changelog:
TemplateFacet
-------------
This facet definte a template to instantiate usign the list of attributes specified
This facet define a template to instantiate using the list of attributes specified
.. table:: **TemplateFacet** ``extends`` **Facet**

View File

@ -22,7 +22,7 @@ import org.gcube.resourcemanagement.model.reference.properties.utilities.Named;
@JsonDeserialize(as=TemplateFacetImpl.class)
@TypeMetadata(
name = TemplateFacet.NAME,
description = "This facet definte a template to instantiate usign the list of attributes specified",
description = "This facet define a template to instantiate using the list of attributes specified",
version = Version.MINIMAL_VERSION_STRING
)
@Change(version = Version.MINIMAL_VERSION_STRING, description = Version.MINIMAL_VERSION_DESCRIPTION)