docs: fix typo
[skip ci]
This commit is contained in:
parent
27da387a01
commit
a98fb4f7f6
|
@ -161,7 +161,7 @@ see much value in contributing it back, because it was too Pinafore-specific.
|
||||||
|
|
||||||
To get a nice animation on the nav bar when you switch columns, every page is lazy-loaded as `LazyPage.html`.
|
To get a nice animation on the nav bar when you switch columns, every page is lazy-loaded as `LazyPage.html`.
|
||||||
This "lazy page" is merely delayed a few frames to let the animation run. Therefore there is a duplication
|
This "lazy page" is merely delayed a few frames to let the animation run. Therefore there is a duplication
|
||||||
between `src/routes` and `src/routes_pages`. The "lazy page" is in the former, and the actual page is in the
|
between `src/routes` and `src/routes/_pages`. The "lazy page" is in the former, and the actual page is in the
|
||||||
latter. One imports the other.
|
latter. One imports the other.
|
||||||
|
|
||||||
### There are multiple stores
|
### There are multiple stores
|
||||||
|
|
Loading…
Reference in a new issue