Skip to content

Commit 4ddfa85

Browse files
authored
Merge pull request #60 from sschuberth/no-the-the
Fix "the the" to just "the"
2 parents 2928e1a + 9e484dc commit 4ddfa85

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/_data/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2659,7 +2659,7 @@
26592659
application:
26602660
version: 1.130.0
26612661
breaking_changes:
2662-
- text: The Audit Log REST API (preview) `/v1-pre/{organizationId}/AuditLog/Events` doesn't include signing request events anymore, instead they can be retrieved via the the new `/v1-pre/{organizationId}/AuditLog/SigningRequestEvents` route.
2662+
- text: The Audit Log REST API (preview) `/v1-pre/{organizationId}/AuditLog/Events` doesn't include signing request events anymore, instead they can be retrieved via the new `/v1-pre/{organizationId}/AuditLog/SigningRequestEvents` route.
26632663
issues: [SIGN-5380]
26642664
new_features:
26652665
- text: Added support for additional, organization-specific key stores.

docs/crypto-providers/cryptoki.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This section provides general information about using the SignPath Cryptoki libr
4949
{:.panel.warning}
5050
> **OpenSSL 3.0.0 - 3.0.8 incompatibility**
5151
>
52-
> Distributions with an OpenSSL version between 3.0.0 and 3.0.8 (including) don't support the the [OpenSSL](#openssl) and [osslsigncode](#osslsigncode) scenarios.
52+
> Distributions with an OpenSSL version between 3.0.0 and 3.0.8 (including) don't support the [OpenSSL](#openssl) and [osslsigncode](#osslsigncode) scenarios.
5353
> The reason is an [OpenSSL bug](https://github.com/openssl/openssl/issues/20161) which has been fixed in OpenSSL 3.0.9.
5454
> The issue results in _"http_exception occurred (error code= generic:168296454): Error in SSL handshake"_ errors.
5555
>

docs/trusted-build-systems/github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ steps:
7070
>
7171
> If _all_ of the following conditions apply, the required permissions have to be enabled in the workflow definition:
7272
>
73-
> * the the GitHub repository is private
73+
> * the GitHub repository is private
7474
> * the workflow permissions are set to the default "Read repository contents and packages permissions"
7575
> * The SignPath GitHub App is _not_ installed
7676
>

0 commit comments

Comments
 (0)