Skip to content

Commit bb90fd4

Browse files
authored
docs: fix 2 typos
1 parent 51956d8 commit bb90fd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: docs/core/logging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Powertools for AWS Lambda (Java) extends the functionality of Log4J. Below is an
152152

153153
!!! info "LambdaJsonLayout is now deprecated"
154154

155-
Configuring utiltiy using `<LambdaJsonLayout/>` plugin is deprecated now. While utility still supports the old configuration, we strongly recommend upgrading the
155+
Configuring utility using `<LambdaJsonLayout/>` plugin is deprecated now. While utility still supports the old configuration, we strongly recommend upgrading the
156156
`log4j2.xml` configuration to `JsonTemplateLayout` instead. [JsonTemplateLayout](https://logging.apache.org/log4j/2.x/manual/json-template-layout.html) is recommended way of doing structured logging.
157157

158158
Please follow [this guide](#upgrade-to-jsontemplatelayout-from-deprecated-lambdajsonlayout-configuration-in-log4j2xml) for upgrade steps.

Diff for: docs/utilities/parameters.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ You could specify a different provider as long as it extends `BaseProvider` and/
580580
}
581581
```
582582

583-
In this case ```SecretsProvider``` will be used to retrieve a raw value that is then trasformed into the target Object by using ```JsonTransformer```.
583+
In this case ```SecretsProvider``` will be used to retrieve a raw value that is then transformed into the target Object by using ```JsonTransformer```.
584584
To show the convenience of the annotation compare the following two code snippets.
585585

586586

0 commit comments

Comments
 (0)