Skip to content

Commit 8a8709f

Browse files
committed
Fix spelling mistake in DatadogProperties
1 parent 4c37e62 commit 8a8709f

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/datadog

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/datadog/DatadogProperties.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ public class DatadogProperties extends StepRegistryProperties {
3636
private String apiKey;
3737

3838
/**
39-
* Datadog application key. Not strictly required, but improves the Datadog experience
40-
* by sending meter descriptions, types, and base units to Datadog.
39+
* Datadog's application key. Not strictly required, but improves the Datadog
40+
* experience by sending meter descriptions, types, and base units to Datadog.
4141
*/
4242
private String applicationKey;
4343

0 commit comments

Comments
 (0)