Skip to content

Commit d799e04

Browse files
committed
Fix unrelated typo
1 parent e96dafa commit d799e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc-snippets/configuration/src/main/java/otel/OtlpAuthenticationConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ private synchronized String getToken() {
8282
}
8383

8484
private static String refreshToken(String username, String password) {
85-
// For a production scenario, this would be replaced with out-of-band request to exchange
85+
// For a production scenario, this would be replaced with an out-of-band request to exchange
8686
// username / password for bearer token.
8787
return "abc123";
8888
}

0 commit comments

Comments
 (0)