Skip to content

Commit 4036a02

Browse files
benjieYassinEldeeb
authored andcommitted
Fix blog post location (graphql#1661)
1 parent b56cd80 commit 4036a02

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

notes/ContributingToCodePage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ var express = require("express")
5656
var { createHandler } = require("graphql-http/lib/use/express")
5757
var { buildSchema } = require("graphql")
5858

59-
var schema = buildSchema(/* GraphQL */`
59+
var schema = buildSchema(/* GraphQL */ `
6060
type Query {
6161
hello: String
6262
}

0 commit comments

Comments
 (0)