mirror of
https://github.com/alibaba/higress.git
synced 2026-06-26 02:35:02 +08:00
fix: fix some typo errors (#3988)
Co-authored-by: woody <yaodiwu618@gmail.com>
This commit is contained in:
@@ -577,7 +577,7 @@ func (c *ProviderConfig) FromJson(json gjson.Result) {
|
||||
if compatible := json.Get("qwenEnableCompatible"); compatible.Exists() {
|
||||
c.qwenEnableCompatible = compatible.Bool()
|
||||
} else {
|
||||
// Default use official compatiable mode
|
||||
// Default use official compatible mode
|
||||
c.qwenEnableCompatible = true
|
||||
}
|
||||
c.qwenDomain = json.Get("qwenDomain").String()
|
||||
|
||||
Reference in New Issue
Block a user