@@ -360,7 +360,7 @@ spec:
360
360
* All JSON responses will *always * be a JSON object rather than an array or other
361
361
type.
362
362
363
- * While JSON doesn't natively support an URL type, any value that represents an
363
+ * While JSON doesn't natively support a URL type, any value that represents an
364
364
URL in this API may be either absolute or relative as long as they point to
365
365
the correct location. If relative, they are relative to the current URL as if
366
366
it were HTML.
@@ -616,7 +616,7 @@ likely just be treated the same as a ``406 Not Acceptable`` error.
616
616
This spec **does ** require that if the meta version ``latest `` is being used, the
617
617
server **MUST ** respond with the content type for the actual version that is
618
618
contained in the response
619
- (i.e. A ``Accept: application/vnd.pypi.simple.latest+json `` request that returns
619
+ (i.e. an ``Accept: application/vnd.pypi.simple.latest+json `` request that returns
620
620
a ``v1.x `` response should have a ``Content-Type `` of
621
621
``application/vnd.pypi.simple.v1+json ``).
622
622
@@ -725,7 +725,7 @@ may *optionally* be used instead.
725
725
URL Parameter
726
726
^^^^^^^^^^^^^
727
727
728
- Servers that implement the Simple API may choose to support an URL parameter named
728
+ Servers that implement the Simple API may choose to support a URL parameter named
729
729
``format `` to allow the clients to request a specific version of the URL.
730
730
731
731
The value of the ``format `` parameter should be **one ** of the valid content types.
0 commit comments