mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
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:
commit
43f9a6fc17
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue