\ No newline at end of file
diff --git a/docs/relay/mutations.rst b/docs/relay/mutations.rst
index c475393e..c10b2e29 100644
--- a/docs/relay/mutations.rst
+++ b/docs/relay/mutations.rst
@@ -2,7 +2,9 @@ Mutations
=========
Most APIs don’t just allow you to read data, they also allow you to
-write. In GraphQL, this is done using mutations. Just like queries,
+write.
+
+In GraphQL, this is done using mutations. Just like queries,
Relay puts some additional requirements on mutations, but Graphene
nicely manages that for you. All you need to do is make your mutation a
subclass of ``relay.ClientIDMutation``.