Skip to content

Commit ff0d285

Browse files
authored
FIx format (#1210)
1 parent 61217f0 commit ff0d285

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/Section 2 -- Language.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -587,9 +587,9 @@ FragmentName : Name but not `on`
587587

588588
Fragments are the primary unit of composition in GraphQL.
589589

590-
Each data-consuming component (function, class, UI element, and so on) of
591-
a client application should declare its data needs in a dedicated fragment.
592-
These fragments may then be composed, following the usage of the components
590+
Each data-consuming component (function, class, UI element, and so on) of a
591+
client application should declare its data needs in a dedicated fragment. These
592+
fragments may then be composed, following the usage of the components
593593
themselves, to form a GraphQL operation to issue to the server.
594594

595595
For example, if we have some logic that requires `id`, `name`, and `profilePic`

0 commit comments

Comments
 (0)