Skip to content

Commit a8541ca

Browse files
keharperdobooth
andauthored
Apply suggestions from code review
Co-authored-by: Donald Booth <dobooth@adobe.com>
1 parent ba0be55 commit a8541ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ type SelectedBundleOption @doc(description: "Contains details about a selected b
3636
uid: ID! @doc(description: "The unique ID for a `SelectedBundleOption` object")
3737
label: String! @doc(description: "The display name of the selected bundle product option.")
3838
type: String! @doc(description: "The type of selected bundle product option.")
39-
values: [SelectedBundleOptionValue!]! @doc(description: "An array of selected bundle option values,")
39+
values: [SelectedBundleOptionValue!]! @doc(description: "An array of selected bundle option values.")
4040
}
4141

4242
type SelectedBundleOptionValue @doc(description: "Contains details about a value for a selected bundle option.") {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,5 +514,5 @@ type StoreConfig {
514514
type SimpleWishlistItem implements WishlistItemInterface @doc(description: "Contains a simple product wish list item.") {
515515
}
516516

517-
type VirtualWishlistItem implements WishlistItemInterface @doc(description: "Contains virtual product wish list item.") {
517+
type VirtualWishlistItem implements WishlistItemInterface @doc(description: "Contains a virtual product wish list item.") {
518518
}

0 commit comments

Comments
 (0)