File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/DownloadableGraphQl/etc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ enum DownloadableFileTypeEnum @deprecated(reason: "`sample_url` serves to get th
43
43
}
44
44
45
45
type DownloadableProductLinks @doc (description : " DownloadableProductLinks defines characteristics of a downloadable product" ) {
46
- id : Int @deprecated (reason : " This information shoud not be exposed on frontend" )
46
+ id : Int @deprecated (reason : " This information should not be exposed on frontend" )
47
47
title : String @doc (description : " The display name of the link" )
48
48
sort_order : Int @doc (description : " A number indicating the sort order" )
49
49
price : Float @doc (description : " The price of the downloadable product" )
@@ -56,7 +56,7 @@ type DownloadableProductLinks @doc(description: "DownloadableProductLinks define
56
56
}
57
57
58
58
type DownloadableProductSamples @doc (description : " DownloadableProductSamples defines characteristics of a downloadable product" ) {
59
- id : Int @deprecated (reason : " This information shoud not be exposed on frontend" )
59
+ id : Int @deprecated (reason : " This information should not be exposed on frontend" )
60
60
title : String @doc (description : " The display name of the sample" )
61
61
sort_order : Int @doc (description : " A number indicating the sort order" )
62
62
sample_url : String @doc (description : " URL to the downloadable sample" )
You can’t perform that action at this time.
0 commit comments