Merge pull request #1721 from bananana0118/fix-typo-in-docs

Docs: fix typo in response_language setting inside .pr-agent.toml configuration guide
This commit is contained in:
Tal 2025-04-27 11:16:13 +03:00 committed by GitHub
commit 43f9a6fc17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,7 +72,7 @@ Example:
```toml ```toml
[config] [config]
response_language: "it-IT" response_language = "it-IT"
``` ```
This will set the response language globally for all the commands to Italian. This will set the response language globally for all the commands to Italian.