Skip to content

Commit 92b2cfb

Browse files
Fix spelling in schema comments
1 parent 4ee3bb3 commit 92b2cfb

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)