Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
'Dowloads' -> 'Downloads'
  • Loading branch information
MinusGix authored Jan 14, 2023
1 parent 0c615ed commit 7a944a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volts-front/src/components/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ pub fn PluginView<G: Html>(cx: Scope, author: String, name: String) -> View<G> {
"|"
}
p(class="ml-4") {
((*plugin.get()).as_ref().unwrap().downloads) " Dowloads"
((*plugin.get()).as_ref().unwrap().downloads) " Downloads"
}
}
}
Expand Down

0 comments on commit 7a944a9

Please sign in to comment.