Skip to content

Commit 23c3717

Browse files
authored
Format optional comments to match others (#769)
1 parent 815719f commit 23c3717

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_includes/graphql/objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For example, if you have a class named `GameScore` in the schema, Parse Server a
1010
// Header
1111
{
1212
"X-Parse-Application-Id": "APPLICATION_ID",
13-
"X-Parse-Master-Key": "MASTER_KEY" // optional
13+
"X-Parse-Master-Key": "MASTER_KEY" // (optional)
1414
}
1515
```
1616

_includes/graphql/users.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ After you allow users to sign up, you need to let them log in to their account w
6868
// Header
6969
{
7070
"X-Parse-Application-Id": "APPLICATION_ID",
71-
"X-Parse-Master-Key": "MASTER_KEY" // optional
71+
"X-Parse-Master-Key": "MASTER_KEY" // (optional)
7272
}
7373
```
7474
```graphql
@@ -112,7 +112,7 @@ You can log in a user via a [3rd party authentication](https://docs.parseplatfor
112112
// Header
113113
{
114114
"X-Parse-Application-Id": "APPLICATION_ID",
115-
"X-Parse-Master-Key": "MASTER_KEY" // optional
115+
"X-Parse-Master-Key": "MASTER_KEY" // (optional)
116116
}
117117
```
118118
```graphql

0 commit comments

Comments
 (0)