8000 capitalize 304 Not Modified status · WebOfise/developer.github.com@b645023 · GitHub
[go: up one dir, main page]

Skip to content

Commit b645023

Browse files
committed
capitalize 304 Not Modified status
1 parent 1968dcb commit b645023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ we can tell the API to give us the resource again, only if it has changed:
496496
$ curl -i -H 'If-None-Match: "bfd85cbf23ac0b0c8a29bee02e7117c6"' \
497497
https://api.github.com/users/defunkt
498498

499-
HTTP/1.1 304 Not modified
499+
HTTP/1.1 304 Not Modified
500500
</pre>
501501

502502
The `304` status indicates that the resource hasn't changed since the last time

0 commit comments

Comments
 (0)
0