Skip to content

Commit 601ec44

Browse files
committed
MC-20636: MyAccount :: Order Details :: Order Details by Order Number
- Fixed misspelled word on schema
1 parent 3ed6359 commit 601ec44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ type OrderShipment @doc(description: "Order shipment details") {
172172

173173
type CommentItem @doc(description: "Comment item details") {
174174
timestamp: String! @doc(description: "The timestamp of the comment")
175-
message: String! @doc(description: "The texat of the message")
175+
message: String! @doc(description: "The text of the message")
176176
}
177177

178178
type ShipmentItem @doc(description: "Order shipment item details") {

0 commit comments

Comments
 (0)