Skip to content

Commit 742a5a9

Browse files
committed
Fix typos
1 parent 1508252 commit 742a5a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/artifact-configuration/reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ See also:
353353
354354
{%- include_relative render-ac-directive-table.inc directive="jsf-sign" -%}
355355

356-
Sign JSON files with [JSON Signature Format (JSF))](https://cyberphone.github.io/doc/security/jsf.html).
356+
Sign JSON files with [JSON Signature Format (JSF)](https://cyberphone.github.io/doc/security/jsf.html).
357357

358358
This creates signature of the whole document: a `signature` property is added at the root level. Note that a JSON object is expected, JSON arrays are not supported at the root level.
359359

@@ -620,7 +620,7 @@ The `create-gpg-signature` directive supports the following parameters:
620620
| `output-file-name` | (mandatory) | | Name of the output file containing the signature. Use `${file.name}` to reference the source file name.
621621
| `output-encoding` | `ascii-armored` | `ascii-armored`, `binary` | The encoding of the output file containing the signature. Either [ASCII armored, i.e. text-only](https://datatracker.ietf.org/doc/html/rfc4880#section-6.2) (default) or the binary OpenPGP packet format.
622622
| `hash-algorithm` | `sha256` | `sha256`, `sha384`, `sha512` | Hash algorithm used to create the signature.
623-
| `version` | `4` | `4` | Specifies the [signature version](https://datatracker.ietf.org/doc/html/rfc4880#section-5.2). Currently only `4` is supported, the attribute is intended to allow pinning the version in case the default version changeds in the future.
623+
| `version` | `4` | `4` | Specifies the [signature version](https://datatracker.ietf.org/doc/html/rfc4880#section-5.2). Currently only `4` is supported, the attribute is intended to allow pinning the version in case the default version changes in the future.
624624

625625
##### Example
626626

0 commit comments

Comments
 (0)