Skip to content

Commit

Permalink
docs: typo in LanguageOrderField#license description (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
octokitbot authored and gr2m committed Jun 23, 2018
1 parent af819d8 commit 891acd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -2611,7 +2611,7 @@ enum LanguageOrderField {
SIZE
}

# A respository's open source license
# A repository's open source license
type License implements Node {
# The full text of the license
body: String!
Expand Down
2 changes: 1 addition & 1 deletion schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -23095,7 +23095,7 @@
{
"kind": "OBJECT",
"name": "License",
"description": "A respository's open source license",
"description": "A repository's open source license",
"fields": [
{
"name": "body",
Expand Down

0 comments on commit 891acd9

Please sign in to comment.