Skip to content

Commit

Permalink
fix: grammar errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Jul 22, 2022
1 parent 3affd4a commit 2cd86b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions IPIP/0000-gateway-tar-response-format.md
Expand Up @@ -28,7 +28,7 @@ URL query.
Existing `curl` and `tar` tools can be used by implementers for testing.

Providing static test vectors has little value here, as different TAR libraries may produce
different byte-to-byte files due to unspecified ordering of files and directories inside.
different byte-to-byte files due to unspecified ordering of files and directories inside.

## Design rationale

Expand All @@ -46,7 +46,7 @@ CLI users will be able to download a directory with existing tools like `curl` a

### Compatibility

This RFC is backwards compatible .
This RFC is backwards compatible.

### Security

Expand Down
2 changes: 1 addition & 1 deletion http-gateways/PATH_GATEWAY.md
Expand Up @@ -393,7 +393,7 @@ Returned directive depends on requested content path and format:
value, but it should not be lower than 60 seconds.

- `Cache-Control: no-cache, no-transform` should be returned with
`application/x-tar` responses if the TAR response, is not guaranteed
`application/x-tar` responses if the TAR response is not guaranteed
to be deterministic.

### `Last-Modified` (response header)
Expand Down

0 comments on commit 2cd86b4

Please sign in to comment.