docs: fix spacing after equals sign in TOML example

This commit is contained in:
bananana0118
2025-04-25 14:55:31 +09:00
parent 9549289a71
commit bb8e606f93

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.