Browse Source

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

Nicolas Sadin 3 years ago
parent
commit
530d40c685
1 changed files with 1 additions and 1 deletions
  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)
 
-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).