Skip to content

Commit 85ffe10

Browse files
committed
Merge pull request graphql#4 from jdivock/patch-1
Fixing typo on main landing page
2 parents 94c7a6b + 7ff85f5 commit 85ffe10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/index.html.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var index = React.createClass({
2121
<div className="marketing-col">
2222
<h3>Declarative</h3>
2323
<p>
24-
{`Query respones are decided by the client rather
24+
{`Query responses are decided by the client rather
2525
than the server. A GraphQL query returns exactly what a client
2626
asks for and no more.`}
2727
</p>

0 commit comments

Comments
 (0)