Skip to content

Commit b3279bd

Browse files
committed
spelling: an
Signed-off-by: Josh Soref <[email protected]>
1 parent 37bc12b commit b3279bd

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/languages/java

1 file changed

+1
-1
lines changed

content/en/docs/languages/java/sdk.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1513,7 +1513,7 @@ public class OtlpAuthenticationConfig {
15131513
}
15141514

15151515
private static String refreshToken(String username, String password) {
1516-
// For a production scenario, this would be replaced with out-of-band request to exchange
1516+
// For a production scenario, this would be replaced with an out-of-band request to exchange
15171517
// username / password for bearer token.
15181518
return "abc123";
15191519
}

0 commit comments

Comments
 (0)