We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3101558 commit 0c382a4Copy full SHA for 0c382a4
plugins/updater/src/updater.rs
@@ -587,7 +587,7 @@ pub struct Update {
587
pub version: String,
588
/// Update publish date
589
pub date: Option<OffsetDateTime>,
590
- /// The `{{target}}` variable we replace in the endpoint and serach for in the JSON,
+ /// The `{{target}}` variable we replace in the endpoint and search for in the JSON,
591
/// this is either the user provided target or the current operating system by default
592
pub target: String,
593
/// Current installer
0 commit comments