Skip to content

Commit b18aa07

Browse files
committed
DOC-474: Fix typos
1 parent 188413d commit b18aa07

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
@@ -38,8 +38,8 @@ type DownloadableProduct implements ProductInterface, RoutableInterface, Customi
3838
}
3939

4040
enum DownloadableFileTypeEnum @deprecated(reason: "`sample_url` serves to get the downloadable sample") {
41-
FILE @deprecated(reason: "`sample_url` serves to get the downloadable sample"")
42-
URL @deprecated(reason: "`sample_url` serves to get the downloadable sample"")
41+
FILE @deprecated(reason: "`sample_url` serves to get the downloadable sample")
42+
URL @deprecated(reason: "`sample_url` serves to get the downloadable sample")
4343
}
4444

4545
type DownloadableProductLinks @doc(description: "Defines characteristics of a downloadable product.") {

0 commit comments

Comments
 (0)