Skip to content

Commit e7e2be9

Browse files
authored
Update index.html.js
Java snippet minor error fixing
1 parent 5121e46 commit e7e2be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/code/index.html.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ public class HelloWorld {
242242
.field(newFieldDefinition()
243243
.type(GraphQLString)
244244
.name("hello")
245-
.staticValue("Hello world!"))
245+
.staticValue("world"))
246246
.build();
247247
248248
GraphQLSchema schema = GraphQLSchema.newSchema()

0 commit comments

Comments
 (0)