chore(typos): fix typos

This commit is contained in:
a-kenji 2023-08-03 09:05:40 +02:00 committed by Michael Murphy
parent ce2ba21794
commit 0febac5c59
6 changed files with 10 additions and 10 deletions

View file

@ -167,7 +167,7 @@ pub enum PluginResponse {
},
/// Update the text in the launcher
Fill(String),
/// Indicoates that a plugin is finished with its queries
/// Indicates that a plugin is finished with its queries
Finished,
}
```