Skip to content

Commit d6fd991

Browse files
committed
Fix title on index.html
- from "http example" to "hibernate example"
1 parent eda74ac commit d6fd991

File tree

1 file changed

+1
-1
lines changed
  • hibernate-example/src/main/resources/static

1 file changed

+1
-1
lines changed

hibernate-example/src/main/resources/static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</head>
4040
<body>
4141
<div class="welcome">
42-
<h2>Welcome to the graphql-java HTTP example.</h2>
42+
<h2>Welcome to the graphql-java Hibernate example.</h2>
4343
<span>This is backed by the classic StarWars example schema and embeds
4444
the <a href="https://github.com/graphql/graphiql">graphiql</a> tooling to allow you to fire off queries.
4545
</span>

0 commit comments

Comments
 (0)