Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

Commit

Permalink
Fix typo: replace shoud to should
Browse files Browse the repository at this point in the history
Signed-off-by: Tomash Khamlai <[email protected]>
  • Loading branch information
TomashKhamlai committed Oct 29, 2019
1 parent 496a855 commit 8ad0f2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/code/Magento/DownloadableGraphQl/etc/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ type DownloadableProductLinks @doc(description: "DownloadableProductLinks define
sort_order: Int @doc(description: "A number indicating the sort order")
price: Float @doc(description: "The price of the downloadable product")
sample_url: String @doc(description: "URL to the downloadable sample")
is_shareable: Boolean @deprecated(reason: "This information shoud not be exposed on frontend")
number_of_downloads: Int @deprecated(reason: "This information shoud not be exposed on frontend")
is_shareable: Boolean @deprecated(reason: "This information should not be exposed on frontend")
number_of_downloads: Int @deprecated(reason: "This information should not be exposed on frontend")
link_type: DownloadableFileTypeEnum @deprecated(reason: "`sample_url` serves to get the downloadable sample")
sample_type: DownloadableFileTypeEnum @deprecated(reason: "`sample_url` serves to get the downloadable sample")
sample_file: String @deprecated(reason: "`sample_url` serves to get the downloadable sample")
Expand Down

0 comments on commit 8ad0f2e

Please sign in to comment.