Skip to content

Commit

Permalink
Merge pull request #6 from MinusGix/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
dzhou121 authored Jan 14, 2023
2 parents 0c615ed + 7a944a9 commit fa153d3
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 fa153d3

Please sign in to comment.