Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 14cfb5b

Browse files
Fix typo
1 parent 996066a commit 14cfb5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/app/homepage/pages/graphql/mutations/mutations.component.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<h3>Mutations</h3>
33
<p>
44
In GraphQL, in order to modify the server-side data, we use mutations (read more
5-
<a href="http://graphql.org/learn/queries/#mutations" target="blank">here</a>)a. The official
5+
<a href="http://graphql.org/learn/queries/#mutations" target="blank">here</a>). The official
66
<a href="https://www.apollographql.com/docs/graphql-tools/generate-schema.html" target="blank">Apollo</a>
77
documentation
88
shares an
@@ -25,4 +25,4 @@ <h4>Type definitions</h4>
2525
<p>
2626
The <code>upvotePost(postId: Int!): Post</code> mutation should be available now.
2727
</p>
28-
</div>
28+
</div>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /