mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
fix autoreplacement typo
This commit is contained in:
parent
6030df6328
commit
35fe1f83e9
2 changed files with 3 additions and 3 deletions
|
|
@ -287,9 +287,9 @@ impl Page {
|
|||
}
|
||||
}
|
||||
} else {
|
||||
// Plain text given, make seRch request to default provider
|
||||
// Plain text given, make search request to default provider
|
||||
let request = gformat!(
|
||||
"gemini://tlgs.one/seRch?{}",
|
||||
"gemini://tlgs.one/search?{}",
|
||||
Uri::escape_string(&request, None, false)
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue