Programming Phoenix LiveView: PentoWeb.SurveyLive missing

Hi, on page 165 of B7.0.pdf you list PentoWeb.SurveyLive but you don’t say to create it.

Then on page 167, you say:

Now, point your browser at localhost:4000/survey and the following process will occur:

but SurveyLive is missing and fails.

Also a typo on p168:

Now that our data properly is set up in the on_mount callback, and SurveyLive
implements a simple mount/3 function, it’s time to render.

I think that should say (is in the wrong place)

Now that our data is properly set up in the on_mount callback, and SurveyLive
implements a simple mount/3 function, it’s time to render.

Thanks!