Skip to content

Commit

Permalink
ENGCOM-3954: Fix spelling in schema comments #302
Browse files Browse the repository at this point in the history
  • Loading branch information
naydav authored Jan 24, 2019
2 parents 6347f82 + 0ca1eec commit 48f9cd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/code/Magento/StoreGraphQl/etc/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ type Query {

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

Expand Down

0 comments on commit 48f9cd1

Please sign in to comment.