@@ -360,7 +360,7 @@ spec:
360360* All JSON responses will *always * be a JSON object rather than an array or other
361361 type.
362362
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
364364 URL in this API may be either absolute or relative as long as they point to
365365 the correct location. If relative, they are relative to the current URL as if
366366 it were HTML.
@@ -616,7 +616,7 @@ likely just be treated the same as a ``406 Not Acceptable`` error.
616616This spec **does ** require that if the meta version ``latest `` is being used, the
617617server **MUST ** respond with the content type for the actual version that is
618618contained 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
620620a ``v1.x `` response should have a ``Content-Type `` of
621621``application/vnd.pypi.simple.v1+json ``).
622622
@@ -725,7 +725,7 @@ may *optionally* be used instead.
725725URL Parameter
726726^^^^^^^^^^^^^
727727
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
729729``format `` to allow the clients to request a specific version of the URL.
730730
731731The value of the ``format `` parameter should be **one ** of the valid content types.
0 commit comments