Skip to content

Commit

Permalink
[fix] Fix some typos in End-to-End Encryption (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertIndie authored May 21, 2023
1 parent 3627120 commit c27a72f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/security-encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ If the produced messages are consumed across application boundaries, you need to
</TabItem>
<TabItem value="Node.js">
Currently, customizing the `CryptoKeyReader` implementation is not supported in Python. However, you can use the default implementation by specifying the path of the private key and public keys.
Currently, customizing the `CryptoKeyReader` implementation is not supported in Node.js client. However, you can use the default implementation by specifying the path of the private key and public keys.
</TabItem>
</Tabs>
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-2.11.x/security-encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ If the produced messages are consumed across application boundaries, you need to
</TabItem>
<TabItem value="Node.js">
Currently, customizing the `CryptoKeyReader` implementation is not supported in Python. However, you can use the default implementation by specifying the path of the private key and public keys.
Currently, customizing the `CryptoKeyReader` implementation is not supported in Node.js client. However, you can use the default implementation by specifying the path of the private key and public keys.
</TabItem>
</Tabs>
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.0.x/security-encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ If the produced messages are consumed across application boundaries, you need to
</TabItem>
<TabItem value="Node.js">
Currently, customizing the `CryptoKeyReader` implementation is not supported in Python. However, you can use the default implementation by specifying the path of the private key and public keys.
Currently, customizing the `CryptoKeyReader` implementation is not supported in Node.js client. However, you can use the default implementation by specifying the path of the private key and public keys.
</TabItem>
</Tabs>
Expand Down

0 comments on commit c27a72f

Please sign in to comment.