Skip to content

Commit 2705e0a

Browse files
committed
typos fixed
1 parent f41d92c commit 2705e0a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

docs/artifact-configuration/syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ For root elements, the `path` attribute is optional and cannot contain directori
121121
</pe-file>
122122
~~~
123123

124-
... or be specific and provide [user defined parameters](#parameters):
124+
... or be specific and provide [user-defined parameters](#parameters):
125125

126126
~~~ xml
127127
<pe-file path="myapp-v${version}.exe">

docs/trusted-build-systems/azure-devops.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ steps:
8787
| `outputArtifactDirectory` | | Path to where the signed artifact will be extracted. If not specified, the task will not download the signed artifact from SignPath.
8888
| `waitForCompletionTimeoutInSeconds` | `600` | Maximum time in seconds that the action will wait for the signing request to complete.
8989
| `serviceUnavailableTimeoutInSeconds` | `600` | Total time in seconds that the action will wait for a single service call to succeed (across several retries).
90-
9190
| `downloadSignedArtifactTimeoutInSeconds` | `300` | HTTP timeout when downloading the signed artifact. Defaults to 5 minutes.
9291
| `parameters` | | Multiline-string of values that map to [user-defined parameters](/artifact-configuration/syntax#parameters) in the Artifact Configuration. Use one line per parameter with the format `<name>: "<value>"` where `<value>` needs to be a valid JSON string.
9392

0 commit comments

Comments
 (0)