Skip to content

Commit 48f9cd1

Browse files
authored
ENGCOM-3954: Fix spelling in schema comments #302
2 parents 6347f82 + 0ca1eec commit 48f9cd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ type Query {
66

77
type Website @doc(description: "The type contains information about a website") {
88
id : Int @doc(description: "The ID number assigned to the website")
9-
name : String @doc(description: "The website name. Websites use this name to identify it easyer.")
9+
name : String @doc(description: "The website name. Websites use this name to identify it easier.")
1010
code : String @doc(description: "A code assigned to the website to identify it")
1111
sort_order : Int @doc(description: "The attribute to use for sorting websites")
12-
default_group_id : String @doc(description: "The default group id that the website has")
12+
default_group_id : String @doc(description: "The default group ID that the website has")
1313
is_default : Boolean @doc(description: "Specifies if this is the default website")
1414
}
1515

0 commit comments

Comments
 (0)