branch: externals/graphql commit 57a3dfe5bf384696eb9e902643a79b7b010b988e Author: Sean Allred <c...@seanallred.com> Commit: Sean Allred <c...@seanallred.com>
Correct capitalization --- graphql.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphql.el b/graphql.el index 34f40bdbcd..3500f06770 100644 --- a/graphql.el +++ b/graphql.el @@ -22,7 +22,7 @@ ;;; Commentary: -;; Graphql.el provides a generally-applicable domain-specific language +;; GraphQL.el provides a generally-applicable domain-specific language ;; for creating and executing GraphQL queries against your favorite ;; web services.