Skip to content

Commit 201260e

Browse files
committed
Fix a minor typo.
width -> width
1 parent 68d32cd commit 201260e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Section 2 -- Language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ query getZuckProfile($devicePicSize: Int) {
278278

279279
Values for those variables are provided along with a GraphQL query, so they may be
280280
substituted during execution. If providing JSON for the variables values, we
281-
could run this query and request profilePic of size 60 with:
281+
could run this query and request profilePic of size 60 width:
282282

283283
```js
284284
{

0 commit comments

Comments
 (0)