File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ type SelectedBundleOption @doc(description: "Contains details about a selected b
36
36
uid : ID ! @doc (description : " The unique ID for a `SelectedBundleOption` object" )
37
37
label : String ! @doc (description : " The display name of the selected bundle product option." )
38
38
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. " )
40
40
}
41
41
42
42
type SelectedBundleOptionValue @doc (description : " Contains details about a value for a selected bundle option." ) {
Original file line number Diff line number Diff line change @@ -514,5 +514,5 @@ type StoreConfig {
514
514
type SimpleWishlistItem implements WishlistItemInterface @doc (description : " Contains a simple product wish list item." ) {
515
515
}
516
516
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." ) {
518
518
}
You can’t perform that action at this time.
0 commit comments