Skip to content

Commit 658bd28

Browse files
committed
DOC-474: Fix typo
1 parent 50f64db commit 658bd28

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
@@ -37,7 +37,7 @@ type DownloadableProduct implements ProductInterface, RoutableInterface, Customi
3737
links_title: String @doc(description: "The heading above the list of downloadable products.")
3838
}
3939

40-
enum DownloadableFileTypeEnum @deprecated(reason: "Use `sample_url` instead,") {
40+
enum DownloadableFileTypeEnum @deprecated(reason: "Use `sample_url` instead.") {
4141
FILE @deprecated(reason: "Use `sample_url` instead.")
4242
URL @deprecated(reason: "Use `sample_url` instead.")
4343
}

0 commit comments

Comments
 (0)