Skip to content

Commit 28e24b2

Browse files
authored
Update routes.md
1 parent 0c34fb8 commit 28e24b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/app/content/docs/framework/routes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ my_page = page(
4545
| `path` | Yes | URL path for this route |
4646
| `controller` | Yes | Controller class that handles data and actions |
4747
| `screen` | Yes | Screen class that renders the page |
48-
| `mode` | No | `"document"`, `"hybrid"` (default), or `"spa"` |
48+
| `mode` | No | `"document"`, `"hybrid"` (default), or `"mount"` |
4949
| `shell` | No | Override the app-level shell for this route |
5050
| `css` | No | Route-specific CSS files |
5151
| `modules` | No | JS import aliases: `{"alias": "path/to/module.js"}` |

0 commit comments

Comments
 (0)