Skip to content

Commit ba0be55

Browse files
committed
DOC-474: Fix another typo
1 parent b18aa07 commit ba0be55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/DownloadableGraphQl/etc/schema.graphqls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ type DownloadableProductLinks @doc(description: "Defines characteristics of a do
5050
sample_url: String @doc(description: "The full URL to the downloadable sample.")
5151
is_shareable: Boolean @deprecated(reason: "This information should not be exposed on frontend.")
5252
number_of_downloads: Int @deprecated(reason: "This information should not be exposed on frontend.")
53-
link_type: DownloadableFileTypeEnum @deprecated(reason: "`sample_url` serves to get the downloadable sample)
53+
link_type: DownloadableFileTypeEnum @deprecated(reason: "`sample_url` serves to get the downloadable sample")
5454
sample_type: DownloadableFileTypeEnum @deprecated(reason: "`sample_url` serves to get the downloadable sample")
5555
sample_file: String @deprecated(reason: "`sample_url` serves to get the downloadable sample")
5656
uid: ID! @doc(description: "The unique ID for a `DownloadableProductLinks` object.") @resolver(class: "Magento\\DownloadableGraphQl\\Resolver\\Product\\DownloadableLinksValueUid")

0 commit comments

Comments
 (0)