Skip to content

Commit 6d7b259

Browse files
fotoetienneglen-84
andauthored
Single quotes for single line description
Co-authored-by: Glen <[email protected]>
1 parent 73c19c8 commit 6d7b259

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 2 -- Language.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ query withFragments {
640640
}
641641
}
642642

643-
"""Common fields for a user's friends."""
643+
"Common fields for a user's friends."
644644
fragment friendFields on User {
645645
id
646646
name
@@ -1273,7 +1273,7 @@ particular device:
12731273

12741274
```graphql example
12751275
query getZuckProfile(
1276-
"""The size of the profile picture to fetch."""
1276+
"The size of the profile picture to fetch."
12771277
$devicePicSize: Int
12781278
) {
12791279
user(id: 4) {

0 commit comments

Comments
 (0)