Skip to content

Fix typo in token configuration documentation #3677

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gaganis
Copy link

@gaganis gaganis commented Jun 26, 2025

Thank you for taking time to contribute this pull request!
You might have already read the [contributor guide][1], but as a reminder, please make sure to:

  • Sign the contributor license agreement
  • Rebase your changes on the latest main branch and squash your commits
  • Add/Update unit tests as needed
  • Run a build and make sure all tests pass prior to submission

@sunyuhan1998
Copy link
Contributor

Please sign off your commits to fix the DCO check.

@gaganis gaganis force-pushed the typo_in_token_documentation branch from 1fd6041 to f1541c0 Compare June 26, 2025 09:31
@ilayaperumalg ilayaperumalg self-assigned this Jun 26, 2025
@ilayaperumalg ilayaperumalg added documentation Improvements or additions to documentation for: backport-to-1.0.x labels Jun 26, 2025
@ilayaperumalg ilayaperumalg added this to the 1.1.x milestone Jun 26, 2025
@@ -40,7 +40,7 @@ spring:
export ANTHROPIC_API_KEY=<your-anthropic-api-key>
----

You can also set this configuration programmatically in your application code:
You can also get this configuration programmatically in your application code:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about changing get this configuration to get environment variable?

You can also get environment variable programmatically in your application code:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation for: backport-to-1.0.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants