Skip to content

Commit

Permalink
fix: typos (mdn#33096)
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar committed Apr 15, 2024
1 parent 29b4592 commit 8061fb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/en-us/web/http/headers/content-digest/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ For permissible digest algorithms see {{HTTPHeader("Repr-Digest")}}.

## Examples

```htto
```plain
Content-Digest: unixcksum=916142062
Content-Digest: md5=:+thA//8pGVGk2VYuJkFNvA==:, unixsum=26869
```
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/http/headers/digest/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Digest: <digest-algorithm>=<digest-value>,<digest-algorithm>=<digest-value>
## Directives

- `<digest-algorithm>`
- : Digest algorithm valuess are defined in [6. Digest Algorithm Values](https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-digest-headers-07#name-digest-algorithm-values).
- : Digest algorithm values are defined in [6. Digest Algorithm Values](https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-digest-headers-07#name-digest-algorithm-values).
- Permitted digest algorithm values are: `sha-512` and `sha-256`
- Permitted insecure digest algorithm values are: `md5`, `sha`, `unixsum`, `unixcksum`, `adler32` and `crc32c`
- Deprecated digest algorithm values include: `id-sha-256`, `id-sha-512`
Expand Down

0 comments on commit 8061fb1

Please sign in to comment.