Skip to content

Commit 17a936a

Browse files
committed
Fixed broken list format
1 parent d7f834c commit 17a936a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/v3/gists.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Gists | GitHub API
88

99
You can read public gists and create them for anonymous users without a token; however, to read or write gists on a user's behalf the **gist** [oAuth scope][1] is required.
1010

11-
<!-- When an oAuth client does not have the gists scope, the API will return a 404 "Not Found" response regardless of the validity of the credentials.
11+
<!-- When an oAuth client does not have the gists scope, the API will return a 404 "Not Found" response regardless of the validity of the credentials.
1212
1313
The API will return a 401 "Bad credentials" response if the gists scope was given to the application but the credentials are invalid. -->
1414

@@ -62,8 +62,8 @@ files
6262
should be a _required_ **string** filename and the value another
6363
_required_ **hash** with parameters:
6464

65-
content
66-
: _Required_ **string** - File contents.
65+
content
66+
: _Required_ **string** - File contents.
6767

6868
<%= json \
6969
:description => "the description for this gist",

0 commit comments

Comments
 (0)