Skip to content

Commit

Permalink
fix grammar on front page (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
dten authored Jul 21, 2021
1 parent ef84e31 commit 011ae83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pub fn index() -> Template<G> {
div(class="bg-yellow-600 md:flex-1 rounded-md p-6") {
h1(class="text-lg text-center font-semibold mb-3") { "No JavaScript" }
p(class="mb-2") {
"Had enough of JavaScript? So do we."
"Had enough of JavaScript? So have we."
}
p {
"Create apps using Sycamore without touching a single line of JS."
Expand Down

0 comments on commit 011ae83

Please sign in to comment.