Skip to content

Commit 4ff9bdb

Browse files
merwanVioletHynes
andauthored
Fix typo: compatability => compatibility (#29372)
* Fix typo in awskms.mdx * Fix typo in Makefile * Fix typo in gcpkms/index.mdx --------- Co-authored-by: Violet Hynes <[email protected]>
1 parent 47a6855 commit 4ff9bdb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ proto: check-tools-external
228228

229229
# No additional sed expressions should be added to this list. Going forward
230230
# we should just use the variable names choosen by protobuf. These are left
231-
# here for backwards compatability, namely for SDK compilation.
231+
# here for backwards compatibility, namely for SDK compilation.
232232
$(SED) -i -e 's/Id/ID/' -e 's/SPDX-License-IDentifier/SPDX-License-Identifier/' vault/request_forwarding_service.pb.go
233233
$(SED) -i -e 's/Idp/IDP/' -e 's/Url/URL/' -e 's/Id/ID/' -e 's/IDentity/Identity/' -e 's/EntityId/EntityID/' -e 's/Api/API/' -e 's/Qr/QR/' -e 's/Totp/TOTP/' -e 's/Mfa/MFA/' -e 's/Pingid/PingID/' -e 's/namespaceId/namespaceID/' -e 's/Ttl/TTL/' -e 's/BoundCidrs/BoundCIDRs/' -e 's/SPDX-License-IDentifier/SPDX-License-Identifier/' helper/identity/types.pb.go helper/identity/mfa/types.pb.go helper/storagepacker/types.pb.go sdk/plugin/pb/backend.pb.go sdk/logical/identity.pb.go vault/activity/activity_log.pb.go
234234

website/content/docs/secrets/key-management/awskms.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ within AWS KMS. As such, key rotations performed by the secrets engine use the
7676
process. Applications should refer to the [alias](https://docs.aws.amazon.com/kms/latest/developerguide/kms-alias.html)
7777
associated with imported keys. Aliases will always have the form: `hashicorp/<key_name>-<unix_timestamp>`.
7878

79-
## Key purpose compatability
79+
## Key purpose compatibility
8080

8181
The following table defines which key [purposes](/vault/api-docs/secret/key-management#purpose) can be used
8282
for each key type supported by AWS KMS.

website/content/docs/secrets/key-management/gcpkms/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ target [key ring](https://cloud.google.com/kms/docs/resource-hierarchy#key_rings
4848
Keys are securely transferred from the secrets engine to GCP Cloud KMS in accordance
4949
with the [key import](https://cloud.google.com/kms/docs/key-import) specification.
5050

51-
## Key purpose compatability
51+
## Key purpose compatibility
5252

5353
The following table defines which key [purposes](/vault/api-docs/secret/key-management#purpose) can be used
5454
for each key type supported by GCP Cloud KMS.

0 commit comments

Comments
 (0)