Преглед изворни кода

[Documentation] - fix aws ParamaterStore typo (#1324)

Nicolas Sadin пре 3 година
родитељ
комит
530d40c685
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/snippets/provider-aws-access.md

+ 1 - 1
docs/snippets/provider-aws-access.md

@@ -4,7 +4,7 @@
 
 
 ![Pod Identity Authentication](./pictures/diagrams-provider-aws-auth-pod-identity.png)
 ![Pod Identity Authentication](./pictures/diagrams-provider-aws-auth-pod-identity.png)
 
 
-Note: If you are using Paramater Store replace `service: SecretsManager` with `service: ParamaterStore` in all examples below.
+Note: If you are using Parameter Store replace `service: SecretsManager` with `service: ParameterStore` in all examples below.
 
 
 This is basicially a zero-configuration authentication method that inherits the credentials from the runtime environment using the [aws sdk default credential chain](https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/credentials.html#credentials-default).
 This is basicially a zero-configuration authentication method that inherits the credentials from the runtime environment using the [aws sdk default credential chain](https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/credentials.html#credentials-default).