diff --git a/nbs/explains/routes.ipynb b/nbs/explains/routes.ipynb index 18353292..803dc2e6 100644 --- a/nbs/explains/routes.ipynb +++ b/nbs/explains/routes.ipynb @@ -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:" ] }, {