mirror of
https://github.com/ryannhg/elm-spa.git
synced 2024-11-22 09:44:55 +03:00
Update 02-routing.md
Reversed the order. 'elm-spa add /aboutus' will create a file called 'Aboutus.elm'. Creating a file 'Aboutus.elm' doesn't create a route '/aboutus'
This commit is contained in:
parent
afb3df6792
commit
cb3580acd8
@ -45,9 +45,9 @@ URL | File
|
|||||||
|
|
||||||
### Capitalization matters
|
### Capitalization matters
|
||||||
|
|
||||||
Notice how the filename `AboutUs.elm` translated to `/about-us`?
|
Notice how the filename `AboutUs.elm` was created from the route `/about-us`?
|
||||||
|
|
||||||
If we named the file `Aboutus.elm` (with a lowercase "u"), then we'd have a path to `/aboutus` (without the dash between words).
|
If we named the path `/aboutus` (without the dash between words) then we'd have a file `Aboutus.elm` (with a lowercase "u").
|
||||||
|
|
||||||
> In __elm-spa__, we use "kebab-case" rather than "snake_case" as the convention for separating words.
|
> In __elm-spa__, we use "kebab-case" rather than "snake_case" as the convention for separating words.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user