We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37bc12b commit b3279bdCopy full SHA for b3279bd
content/en/docs/languages/java/sdk.md
@@ -1513,7 +1513,7 @@ public class OtlpAuthenticationConfig {
1513
}
1514
1515
private static String refreshToken(String username, String password) {
1516
- // For a production scenario, this would be replaced with out-of-band request to exchange
+ // For a production scenario, this would be replaced with an out-of-band request to exchange
1517
// username / password for bearer token.
1518
return "abc123";
1519
0 commit comments