Skip to content

Commit 1d7cc9f

Browse files
authored
fix: fixed typo in new project template (#163)
1 parent 369e6f3 commit 1d7cc9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/perseus-cli/src/init.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ pub fn index_page<G: Html>(cx: Scope) -> View<G> {
169169
view! { cx,
170170
// Don't worry, there are much better ways of styling in Perseus!
171171
div(style = "display: flex; flex-direction: column; justify-content: center; align-items: center; height: 95vh;") {
172-
h1 { "Welome to Perseus!" }
172+
h1 { "Welcome to Perseus!" }
173173
p {
174174
"This is just an example app. Try changing some code inside "
175175
code { "src/templates/index.rs" }

0 commit comments

Comments
 (0)