Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nbs/explains/routes.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
"\n",
"Sometimes a FastHTML project can grow so weildy that putting all the routes into `main.py` becomes unweildy. Or, we install a FastHTML- or Starlette-based package that requires us to add routes. \n",
"\n",
"First let's create a `books.py` module, that represents all the user-related views:"
"First let's create a `books.py` module containing the views for displaying books:"
]
},
{
Expand Down
Loading