Skip to content

Commit 5126e7a

Browse files
authored
Merge pull request graphql#365 from graphql/wincent-patch-1
Add missing semi-colon
2 parents ee3b127 + 347eead commit 5126e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/graphql-js/Tutorial-Mutations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ var root = {
133133
fakeDatabase[id] = input;
134134
return new Message(id, input);
135135
},
136-
}
136+
};
137137

138138
var app = express();
139139
app.use('/graphql', graphqlHTTP({

0 commit comments

Comments
 (0)