Skip to content

Commit d6a6b53

Browse files
authored
ENGCOM-6202: [Editorial] Fix typo: replace "shoud" to "should" #1036
2 parents c6ed475 + e8484c3 commit d6a6b53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ type DownloadableProductLinks @doc(description: "DownloadableProductLinks define
4848
sort_order: Int @doc(description: "A number indicating the sort order")
4949
price: Float @doc(description: "The price of the downloadable product")
5050
sample_url: String @doc(description: "URL to the downloadable sample")
51-
is_shareable: Boolean @deprecated(reason: "This information shoud not be exposed on frontend")
52-
number_of_downloads: Int @deprecated(reason: "This information shoud not be exposed on frontend")
51+
is_shareable: Boolean @deprecated(reason: "This information should not be exposed on frontend")
52+
number_of_downloads: Int @deprecated(reason: "This information should not be exposed on frontend")
5353
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")

0 commit comments

Comments
 (0)